Merge remote-tracking branch 'remotes/origin/bugfix/docInFunctionObjectHeaderFile' into nextRelease

This commit is contained in:
Hrvoje Jasak 2014-02-10 17:09:50 +00:00
commit 602c92f39a
2 changed files with 2 additions and 2 deletions

View file

@ -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?

View file

@ -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?