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

BUG: readFields: execute upon end

parent 080ab820
Branches
Tags
No related merge requests found
...@@ -20,6 +20,8 @@ fieldValues/cellSource/cellSourceFunctionObject.C ...@@ -20,6 +20,8 @@ fieldValues/cellSource/cellSourceFunctionObject.C
nearWallFields/nearWallFields.C nearWallFields/nearWallFields.C
nearWallFields/nearWallFieldsFunctionObject.C nearWallFields/nearWallFieldsFunctionObject.C
nearWallFields/findCellParticle.C
nearWallFields/findCellParticleCloud.C
processorField/processorField.C processorField/processorField.C
processorField/processorFieldFunctionObject.C processorField/processorFieldFunctionObject.C
......
...@@ -3,6 +3,7 @@ EXE_INC = \ ...@@ -3,6 +3,7 @@ EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \ -I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \ -I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \ -I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/transportModels \ -I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/turbulenceModels \ -I$(LIB_SRC)/turbulenceModels \
...@@ -13,6 +14,7 @@ LIB_LIBS = \ ...@@ -13,6 +14,7 @@ LIB_LIBS = \
-lmeshTools \ -lmeshTools \
-llagrangian \ -llagrangian \
-lfileFormats \ -lfileFormats \
-lsurfMesh \
-lsampling \ -lsampling \
-lincompressibleTransportModels \ -lincompressibleTransportModels \
-lcompressibleTurbulenceModel \ -lcompressibleTurbulenceModel \
......
...@@ -120,7 +120,7 @@ void Foam::readFields::execute() ...@@ -120,7 +120,7 @@ void Foam::readFields::execute()
void Foam::readFields::end() void Foam::readFields::end()
{ {
// Do nothing execute();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment