From 318e6d61595147d7702b0ddcc45293332c29d95e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 27 Apr 2004 18:57:38 +0000 Subject: [PATCH] test other defaults --- Common/DefaultOptions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index c8f966495d..53e0d0ffa3 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -751,7 +751,7 @@ StringXNumber MeshOptions_Number[] = { { F|O, "Interactive" , opt_mesh_interactive , 0. , "Show the construction of the 2D mesh in real time (only with the 2D anisotropic algorithm)" }, - { F|O, "Light" , opt_mesh_light , 1. , + { F|O, "Light" , opt_mesh_light , 0. , "Enable lighting for the mesh" }, { F|O, "Lines" , opt_mesh_lines , 0. , "Display mesh lines (1D elements)?" }, @@ -790,7 +790,7 @@ StringXNumber MeshOptions_Number[] = { "Point insertion method for isotropic 2D algorithm (1=center of circumscribed circle, 2=cog)" }, { F|O, "PointNumbers" , opt_mesh_points_num , 0. , "Display mesh node numbers?" }, - { F|O, "PointSize" , opt_mesh_point_size , 3. , + { F|O, "PointSize" , opt_mesh_point_size , 4. , "Display size of mesh vertices (in pixels)" }, { F|O, "PointType" , opt_mesh_point_type , 0. , "Display mesh vertices as solid color dots (0) or 3D spheres (1)" }, -- GitLab