mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: use simpler syntax for libs entries
This commit is contained in:
committed by
Andrew Heather
parent
6eaa326cec
commit
880d81475b
@ -16,7 +16,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Library defines new boundary conditions
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
|
||||
application chtMultiRegionSimpleFoam;
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
externalCoupled
|
||||
{
|
||||
type externalCoupled;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
log true;
|
||||
|
||||
// Directory to use for communication
|
||||
|
||||
Reference in New Issue
Block a user