Skip to content
Snippets Groups Projects
Commit 0fa5ca81 authored by Nicolas Marsic's avatar Nicolas Marsic
Browse files

mesh.preserveNumberingMsh2 = 1 as default value in Gmsh Context

parent 9d561ca5
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,7 @@ CTX::CTX() : gamepad(0) ...@@ -106,6 +106,7 @@ CTX::CTX() : gamepad(0)
mesh.recombine3DAll = mesh.algoSubdivide = mesh.meshOnlyVisible = 0; mesh.recombine3DAll = mesh.algoSubdivide = mesh.meshOnlyVisible = 0;
mesh.minCircPoints = mesh.order = 0; mesh.minCircPoints = mesh.order = 0;
mesh.secondOrderLinear = mesh.secondOrderIncomplete = 0; mesh.secondOrderLinear = mesh.secondOrderIncomplete = 0;
mesh.preserveNumberingMsh2 = 1;
} }
CTX::~CTX() CTX::~CTX()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment