From 59c72c20e072745713910e7e34b5d1c7b85c9e84 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 15 Oct 2009 21:33:57 +0000 Subject: [PATCH] set default num iso = 10 --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 45a3d3c456..35c94df356 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1470,7 +1470,7 @@ StringXNumber ViewOptions_Number[] = { { F, "MinZ" , opt_view_zmin , 0. , "Minimum view coordinate along the Z-axis (read-only)" }, - { F|O, "NbIso" , opt_view_nb_iso , 15. , + { F|O, "NbIso" , opt_view_nb_iso , 10. , "Number of intervals" }, { F, "NbTimeStep" , opt_view_nb_timestep , 1. , "Number of time steps in the view (do not change this!)" }, -- GitLab