From 6d6ccef90ac03adb54249b4939b4ea63121f69bc Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 20 Sep 2010 16:45:50 +0000 Subject: [PATCH] --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index fee1a8ccb3..1c7470f07e 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1253,7 +1253,7 @@ StringXNumber MeshOptions_Number[] = { { F|O, "SmoothRatio" , opt_mesh_smooth_ratio , 1.8 , "Ratio between mesh sizes at vertices of a same edeg (used in BAMG)" }, { F|O, "SubdivisionAlgorithm" , opt_mesh_algo_subdivide , 0 , - "Mesh subdivision algorithm (0=none, 1=all quadrangles, 2=all hexahedra, 3=all quadrangles (Blossom))" }, + "Mesh subdivision algorithm (0=none, 1=all quadrangles, 2=all hexahedra)" }, { F|O, "SurfaceEdges" , opt_mesh_surfaces_edges , 1. , "Display edges of surface mesh?" }, { F|O, "SurfaceFaces" , opt_mesh_surfaces_faces , 0. , -- GitLab