Skip to content
Snippets Groups Projects
Commit d8ca517d authored by mattijs's avatar mattijs
Browse files

COMP: linkage, single precision

parent de249746
Branches
Tags
No related merge requests found
EXE_INC = \ EXE_INC = \
-g -DFULLDEBUG -O0 -g \
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \ -I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \ -I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude -I$(LIB_SRC)/finiteVolume/lnInclude
LIB_LIBS = \ LIB_LIBS = \
-ldecompositionMethods \
-lmeshTools \ -lmeshTools \
-ldynamicMesh \ -ldynamicMesh \
-lfiniteVolume -lfiniteVolume
...@@ -2221,7 +2221,7 @@ Foam::label Foam::snappyRefineDriver::directionalSmooth ...@@ -2221,7 +2221,7 @@ Foam::label Foam::snappyRefineDriver::directionalSmooth
baseMesh, baseMesh,
sumOther, sumOther,
plusEqOp<scalar>(), plusEqOp<scalar>(),
0.0 scalar(0.0)
); );
syncTools::syncPointList syncTools::syncPointList
( (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment