COMP: linkage, single precision

This commit is contained in:
mattijs
2018-11-19 12:05:28 +00:00
parent de2497461c
commit d8ca517dc3
2 changed files with 1 additions and 4 deletions

View File

@ -1,13 +1,10 @@
EXE_INC = \
-g -DFULLDEBUG -O0 -g \
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
LIB_LIBS = \
-ldecompositionMethods \
-lmeshTools \
-ldynamicMesh \
-lfiniteVolume

View File

@ -2221,7 +2221,7 @@ Foam::label Foam::snappyRefineDriver::directionalSmooth
baseMesh,
sumOther,
plusEqOp<scalar>(),
0.0
scalar(0.0)
);
syncTools::syncPointList
(