mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use compact form for libs () entries
This commit is contained in:
@ -46,7 +46,7 @@ Usage
|
||||
movingWallPatch
|
||||
{
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
|
||||
log true;
|
||||
writeControl writeTime;
|
||||
@ -62,7 +62,7 @@ Usage
|
||||
surfaceFieldValue1
|
||||
{
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
|
||||
log true;
|
||||
writeControl writeTime;
|
||||
|
||||
Reference in New Issue
Block a user