simpleFoam/pitzDaily tutorial: Corrected functionObjects.

This commit is contained in:
henry
2010-04-22 16:29:16 +01:00
parent b657f4a403
commit 5b8e46c318

View File

@ -17,7 +17,7 @@ FoamFile
application simpleFoam;
startFrom startTime;
startFrom latestTime;
startTime 0;
@ -67,7 +67,7 @@ functions
type streamLine;
// Where to load it from (if not already in solver)
functionObjectLibs ("libOpenFOAM.so" "libfieldFunctionObjects.so");
functionObjectLibs ("libfieldFunctionObjects.so");
// Output every
outputControl outputTime;