Skip to content
Snippets Groups Projects
Commit 7eed391e authored by Stéphane Adjemian's avatar Stéphane Adjemian Committed by Stéphane Adjemian
Browse files

Do not display max. abs. error.

parent 4e8fcf6d
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,6 @@ endo_simul_0 = oo_.endo_simul; ...@@ -121,7 +121,6 @@ endo_simul_0 = oo_.endo_simul;
simul(linear_approximation,periods=300); simul(linear_approximation,periods=300);
endo_simul_1 = oo_.endo_simul; endo_simul_1 = oo_.endo_simul;
max(abs(endo_simul_0(:)-endo_simul_1(:)))
if max(abs(endo_simul_0(:)-endo_simul_1(:)))>.01*options_.dynatol.f if max(abs(endo_simul_0(:)-endo_simul_1(:)))>.01*options_.dynatol.f
error('Something is wrong!') error('Something is wrong!')
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment