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

set default num iso = 10

parent 39134c32
No related branches found
No related tags found
No related merge requests found
...@@ -1470,7 +1470,7 @@ StringXNumber ViewOptions_Number[] = { ...@@ -1470,7 +1470,7 @@ StringXNumber ViewOptions_Number[] = {
{ F, "MinZ" , opt_view_zmin , 0. , { F, "MinZ" , opt_view_zmin , 0. ,
"Minimum view coordinate along the Z-axis (read-only)" }, "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" }, "Number of intervals" },
{ F, "NbTimeStep" , opt_view_nb_timestep , 1. , { F, "NbTimeStep" , opt_view_nb_timestep , 1. ,
"Number of time steps in the view (do not change this!)" }, "Number of time steps in the view (do not change this!)" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment