Added missing semicolon.

time-shift
Stéphane Adjemian (Scylla) 2012-09-20 16:37:42 +02:00
parent f944a43b0c
commit e67d3d3fea
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function [ys,params,info] = evaluate_steady_state_file(ys_init,exo_ss,M,options)
end
if check
info(1) = 19
info(1) = 19;
info(2) = NaN;
end