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

Testsuite: in block_bytecode/ireland.mod, remove unneeded option setting

The default of options_.slowc is already 1.
parent b43f9af7
No related branches found
No related tags found
No related merge requests found
Pipeline #6835 passed
...@@ -60,7 +60,6 @@ k=k+0.000001; ...@@ -60,7 +60,6 @@ k=k+0.000001;
end; end;
options_.dynatol.f=1e-12; options_.dynatol.f=1e-12;
options_.slowc=1;
steady(solve_algo=2,maxit=50); steady(solve_algo=2,maxit=50);
options_.dynatol.f=4e-5; options_.dynatol.f=4e-5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment