From 6859c8cd1f47149269cbba59538526799db5c0ff Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 21 Apr 2004 05:26:28 +0000 Subject: [PATCH] better default --- Common/DefaultOptions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index dcd5310ac0..8f469aa3fa 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -720,8 +720,8 @@ StringXNumber MeshOptions_Number[] = { "CPU time for the generation of the current mesh (in seconds)" }, { F, "CutPlane" , opt_mesh_use_cut_plane , 0 , "Enable mesh cut plane" }, - { F, "CutPlaneAsSurface" , opt_mesh_cut_plane_as_surface , 1 , - "Draw the intersection layer as a surface" }, + { F, "CutPlaneAsSurface" , opt_mesh_cut_plane_as_surface , 0 , + "Draw the intersection volume layer as a surface" }, { F, "CutPlaneA" , opt_mesh_cut_planea , 1. , "First cut plane equation coefficient (`A' in `AX+BY+CZ+D=0')" }, { F, "CutPlaneB" , opt_mesh_cut_planeb , 0. , -- GitLab