Skip to content
Snippets Groups Projects
Verified Commit c9db9809 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Drop unused options_.minimal_workspace

parent 70b9d927
Branches
Tags
No related merge requests found
...@@ -55,7 +55,6 @@ options_.solve_tolx = eps^(2/3); ...@@ -55,7 +55,6 @@ options_.solve_tolx = eps^(2/3);
options_.solve_randomize_initial_guess = true; options_.solve_randomize_initial_guess = true;
options_.trust_region_initial_step_bound_factor = 1; options_.trust_region_initial_step_bound_factor = 1;
options_.dr_display_tol=1e-6; options_.dr_display_tol=1e-6;
options_.minimal_workspace = false;
options_.dp.maxit = 3000; options_.dp.maxit = 3000;
options_.steady.maxit = 50; options_.steady.maxit = 50;
options_.simul.maxit = 50; options_.simul.maxit = 50;
......
Subproject commit 638c49d96ee491a66ba775ffc79a1d6afbe8acfc Subproject commit f8b2de715c57d3d66fff38b41fa3b4351c015c11
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment