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

Added missing semicolon.

parent f944a43b
Branches
Tags
No related merge requests found
...@@ -55,7 +55,7 @@ function [ys,params,info] = evaluate_steady_state_file(ys_init,exo_ss,M,options) ...@@ -55,7 +55,7 @@ function [ys,params,info] = evaluate_steady_state_file(ys_init,exo_ss,M,options)
end end
if check if check
info(1) = 19 info(1) = 19;
info(2) = NaN; info(2) = NaN;
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment