Fix tutorials: use libfieldFunctionObjects.so instead of libfieldAverage.so

This commit is contained in:
Martin Beaudoin 2010-10-09 20:20:09 -04:00
parent d3675a2661
commit 6a07c4443b
4 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ functions
type fieldAverage;
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
functionObjectLibs ("libfieldFunctionObjects.so");
// Fields to be averaged - runTime modifiable
fields

View file

@ -58,7 +58,7 @@ functions
type fieldAverage;
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
functionObjectLibs ("libfieldFunctionObjects.so");
// Fields to be averaged - runTime modifiable
fields

View file

@ -58,7 +58,7 @@ functions
type fieldAverage;
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
functionObjectLibs ("libfieldFunctionObjects.so");
// Fields to be averaged - runTime modifiable
fields

View file

@ -58,7 +58,7 @@ functions
type fieldAverage;
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
functionObjectLibs ("libfieldFunctionObjects.so");
// Fields to be averaged - runTime modifiable
fields