Skip to content
Snippets Groups Projects
Commit ac7980d5 authored by mattijs's avatar mattijs
Browse files

STYLE: functionObjectLibs: corrected library names

parent 8d4f4295
Branches
Tags
No related merge requests found
......@@ -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;
......
......@@ -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;
......
......@@ -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?
......
......@@ -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?
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment