Skip to content
Snippets Groups Projects
Verified Commit 3d6091b3 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

remove unused return arguments

parent c9798a96
No related branches found
Tags
No related merge requests found
...@@ -128,7 +128,7 @@ if nargout>1 ...@@ -128,7 +128,7 @@ if nargout>1
maxerror = oo_.deterministic_simulation.error; maxerror = oo_.deterministic_simulation.error;
else else
if options_.bytecode if options_.bytecode
[chck, residuals, ~]= bytecode('dynamic','evaluate', oo_.endo_simul, oo_.exo_simul, M_.params, oo_.steady_state, 1); [~, residuals]= bytecode('dynamic','evaluate', oo_.endo_simul, oo_.exo_simul, M_.params, oo_.steady_state, 1);
else else
if M_.maximum_lag > 0 if M_.maximum_lag > 0
y0 = oo_.endo_simul(:, M_.maximum_lag); y0 = oo_.endo_simul(:, M_.maximum_lag);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment