mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: foamToVTK attempt finite-area write if -with-ids is specified
- previously filtered on the existence of area fields, but with faMesh::TryNew this is not required anymore. STYLE: enable -verbose for various parallel utilities (consistency)
This commit is contained in:
@ -614,6 +614,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
argList::noParallel();
|
||||
|
||||
argList::addVerboseOption("Additional verbosity");
|
||||
argList::addBoolOption
|
||||
(
|
||||
"addressing-only",
|
||||
|
||||
Reference in New Issue
Block a user