Skip to content
Snippets Groups Projects
Commit 64fdd8cf authored by Koen Hillewaert's avatar Koen Hillewaert
Browse files

error in documentation for weighted partitioning

parent 8aaa2902
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ void PrintUsage(const char *name)
Msg::Direct(" -1, -2, -3 Perform 1D, 2D or 3D mesh generation, then exit");
Msg::Direct(" -refine Perform uniform mesh refinement, then exit");
Msg::Direct(" -part int Partition after batch mesh generation");
Msg::Direct(" -partWeight <tri|quad|tet|prism|hex> = int Weight of a triangle/... during partitioning");
Msg::Direct(" -partWeight <tri|quad|tet|prism|hex> int Weight of a triangle/... during partitioning");
Msg::Direct(" -renumber Renumber the mesh elements after batch mesh generation");
Msg::Direct(" -saveall Save all elements (discard physical group definitions)");
Msg::Direct(" -o file Specify output file name");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment