mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: use simpler syntax for libs entries
This commit is contained in:
committed by
Andrew Heather
parent
6eaa326cec
commit
880d81475b
@ -18,7 +18,7 @@ FoamFile
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl writeTime;
|
||||
timeStart ${/timeStart};
|
||||
|
||||
@ -37,7 +37,7 @@ fieldAverage1
|
||||
inletSampling
|
||||
{
|
||||
type sets;
|
||||
libs ("libsampling.so");
|
||||
libs (sampling);
|
||||
writeControl writeTime;
|
||||
timeStart ${/timeStart};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user