STYLE: functionObjectLibs: corrected library names

This commit is contained in:
mattijs
2011-11-09 16:14:09 +00:00
parent 8d4f42951d
commit ac7980d5df
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ functions
type fieldCoordinateSystemTransform;
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldCoordinateSystemTransform.so");
functionObjectLibs ("libfieldFunctionObjects.so");
// Function object enabled flag
enabled true;

View File

@ -52,7 +52,7 @@ functions
type fieldMinMax;
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
functionObjectLibs ("libfieldFunctionObjects.so");
// Function object enabled flag
enabled true;

View File

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

View File

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