Skip to content
Snippets Groups Projects
Verified Commit 5502d357 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Use option noprint in steady.

parent 39066c89
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,7 @@
load_params_and_steady_state('eagle_steady.txt');
options_.noprint=true;
steady(solve_algo = 5);
steady(solve_algo = 5, noprint);
write_steady_state('initial-condition.inc', M_, oo_);
......@@ -30,7 +29,6 @@ JP_thetat = 4.125;
LAC_thetat = 4.125;
end;
options_.noprint=true;
steady(solve_algo = 5);
steady(solve_algo = 5, noprint);
write_steady_state('terminal-condition.inc', M_, oo_);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment