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

Fixed typo.

parent 0ea9bc4e
Branches
Tags
No related merge requests found
...@@ -84,7 +84,7 @@ else ...@@ -84,7 +84,7 @@ else
sim1(oo_.endo_simul, oo_.exo_simul, oo_.steady_state, M_, options_); sim1(oo_.endo_simul, oo_.exo_simul, oo_.steady_state, M_, options_);
end end
case 6 case 6
if option_.linear_approximation if options_.linear_approximation
error('Invalid value of stack_solve_algo option!') error('Invalid value of stack_solve_algo option!')
end end
[oo_.endo_simul, oo_.deterministic_simulation] = ... [oo_.endo_simul, oo_.deterministic_simulation] = ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment