From ced1f7691af6df40b13ca3b4c67e0e8c0fbb97fd Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 15 Sep 2012 10:27:58 +0000 Subject: [PATCH] oops --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 798aa43fe1..2e16285449 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1112,7 +1112,7 @@ StringXNumber SolverOptions_Number[] = { "Automatically mesh if necesssary" }, { F|O, "AutoMergeFile" , opt_solver_auto_merge_file , 1. , "Automatically merge result files" }, - { F|O, "AutoHideNewViews" , opt_solver_auto_hide_new_views , 1. , + { F|O, "AutoHideNewViews" , opt_solver_auto_hide_new_views , 0. , "Automcatically hide newly merged results" }, { F|O, "AutoShowLastStep" , opt_solver_auto_show_last_step , 1. , "Automatically show the last time step in newly merged results" }, -- GitLab