Updated library name in header file docmentation

This commit is contained in:
Dominik Christ 2014-01-27 11:53:50 +00:00
parent 83767105da
commit 9c6ac6dc5f
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?