Merge remote-tracking branch 'remotes/origin/bugfix/docInFunctionObjectHeaderFile' into nextRelease
This commit is contained in:
commit
602c92f39a
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ Description
|
|||
cellObj1 // Name also used to identify output folder
|
||||
{
|
||||
type cellSource;
|
||||
functionObjectLibs ("libfieldValueFunctionObjects.so");
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
enabled true;
|
||||
outputControl outputTime;
|
||||
log true; // log to screen?
|
||||
|
|
|
@ -31,7 +31,7 @@ Description
|
|||
faceObj1 // Name also used to identify output folder
|
||||
{
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldValueFunctionObjects.so");
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
enabled true;
|
||||
outputControl outputTime;
|
||||
log true; // log to screen?
|
||||
|
|
Reference in a new issue