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:
@ -19,8 +19,7 @@ functions
|
||||
processorField
|
||||
{
|
||||
type processorField;
|
||||
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
|
||||
enabled true;
|
||||
|
||||
@ -29,8 +28,7 @@ functions
|
||||
cellID
|
||||
{
|
||||
type coded;
|
||||
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
libs (utilityFunctionObjects);
|
||||
|
||||
name cellID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user