mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updating utilities based on internal development line
This commit is contained in:
@ -156,7 +156,11 @@ void calc
|
||||
functionObjectList& fol
|
||||
)
|
||||
{
|
||||
if (args.optionFound("noFlow"))
|
||||
if (args.optionFound("noRead"))
|
||||
{
|
||||
fol.execute(true);
|
||||
}
|
||||
else if (args.optionFound("noFlow"))
|
||||
{
|
||||
Info<< " Operating in no-flow mode; no models will be loaded."
|
||||
<< " All vol, surface and point fields will be loaded." << endl;
|
||||
|
||||
Reference in New Issue
Block a user