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
|
cellObj1 // Name also used to identify output folder
|
||||||
{
|
{
|
||||||
type cellSource;
|
type cellSource;
|
||||||
functionObjectLibs ("libfieldValueFunctionObjects.so");
|
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||||
enabled true;
|
enabled true;
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
log true; // log to screen?
|
log true; // log to screen?
|
||||||
|
|
|
@ -31,7 +31,7 @@ Description
|
||||||
faceObj1 // Name also used to identify output folder
|
faceObj1 // Name also used to identify output folder
|
||||||
{
|
{
|
||||||
type faceSource;
|
type faceSource;
|
||||||
functionObjectLibs ("libfieldValueFunctionObjects.so");
|
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||||
enabled true;
|
enabled true;
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
log true; // log to screen?
|
log true; // log to screen?
|
||||||
|
|
Reference in a new issue