BUG: readFields: execute upon end

This commit is contained in:
mattijs
2013-11-07 12:30:52 +00:00
parent 080ab82046
commit c4f2816f4f
3 changed files with 5 additions and 1 deletions

View File

@ -20,6 +20,8 @@ fieldValues/cellSource/cellSourceFunctionObject.C
nearWallFields/nearWallFields.C
nearWallFields/nearWallFieldsFunctionObject.C
nearWallFields/findCellParticle.C
nearWallFields/findCellParticleCloud.C
processorField/processorField.C
processorField/processorFieldFunctionObject.C

View File

@ -3,6 +3,7 @@ EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/turbulenceModels \
@ -13,6 +14,7 @@ LIB_LIBS = \
-lmeshTools \
-llagrangian \
-lfileFormats \
-lsurfMesh \
-lsampling \
-lincompressibleTransportModels \
-lcompressibleTurbulenceModel \

View File

@ -120,7 +120,7 @@ void Foam::readFields::execute()
void Foam::readFields::end()
{
// Do nothing
execute();
}