STYLE: use compact form for libs () entries
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
\\ / A nd | www.openfoam.com
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
Copyright (C) 2018 OpenCFD Ltd.
|
||||
Copyright (C) 2018-2020 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -45,7 +45,7 @@ Usage
|
||||
columnAverage1
|
||||
{
|
||||
type columnAverage;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
...
|
||||
patches (front side);
|
||||
fields (U p);
|
||||
|
||||
Reference in New Issue
Block a user