Skip to content
Snippets Groups Projects
Commit 23aa0dcf authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

don't draw mesh nodes by default
parent 5b5003ea
Branches
Tags
No related merge requests found
......@@ -930,7 +930,7 @@ StringXNumber MeshOptions_Number[] = {
{ F|O, "Optimize" , opt_mesh_optimize , 0. ,
"Optimize the mesh using Netgen to improve the quality of tetrahedral elements" },
{ F|O, "Points" , opt_mesh_points , 1. ,
{ F|O, "Points" , opt_mesh_points , 0. ,
"Display mesh vertices (nodes)?" },
{ F|O, "PointsPerElement" , opt_mesh_points_per_element , 0. ,
"Display mesh nodes per element (slower, but permits to visualize only a subset of the nodes)" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment