Add missing else-clause in simulated_moment_uncertainty.m

Fixes crash in unit tests
time-shift
Johannes Pfeifer 2016-05-22 10:03:56 +02:00
parent 0521aa4e09
commit 13d42e05a5
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ if options_.logged_steady_state %if steady state was previously logged, undo thi
options_.logged_steady_state=0;
logged_steady_state_indicator=1;
evalin('base','options_.logged_steady_state=0;')
else
logged_steady_state_indicator=0;
end
[dr,info,M_,options_,oo_] = resol(0,M_,options_,oo_);