Merge remote-tracking branch 'origin/bugfix/docInFunctionObjectHeaderFile'

This commit is contained in:
Dominik Christ 2014-02-17 16:33:52 +00:00
commit e3691bfa40
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?