mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: add usage notes to more utilities and solvers
This commit is contained in:
@ -614,6 +614,10 @@ label findPatch(const polyBoundaryMesh& patches, const word& patchName)
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
argList::addNote
|
||||
(
|
||||
"Mesh and field preparation utility for PDR type simulations."
|
||||
);
|
||||
#include "addOverwriteOption.H"
|
||||
|
||||
argList::noFunctionObjects(); // Never use function objects
|
||||
|
||||
Reference in New Issue
Block a user