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

don't save/load onelab.db by default: it confuses people

parent aafaaed5
Branches
Tags
No related merge requests found
......@@ -1117,7 +1117,7 @@ StringXNumber SolverOptions_Number[] = {
"Automatically archive output files after each computation" },
{ F|O, "AutoCheck" , opt_solver_auto_check , 1. ,
"Automatically check model every time a parameter is changed" },
{ F|O, "AutoSaveDatabase" , opt_solver_auto_save_database , 1. ,
{ F|O, "AutoSaveDatabase" , opt_solver_auto_save_database , 0. ,
"Automatically save database after each computation" },
{ F|O, "AutoMesh" , opt_solver_auto_mesh , 1. ,
"Automatically mesh if necesssary" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment