mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: linkage, single precision
This commit is contained in:
@ -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
|
||||
|
||||
@ -2221,7 +2221,7 @@ Foam::label Foam::snappyRefineDriver::directionalSmooth
|
||||
baseMesh,
|
||||
sumOther,
|
||||
plusEqOp<scalar>(),
|
||||
0.0
|
||||
scalar(0.0)
|
||||
);
|
||||
syncTools::syncPointList
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user