Merge pull request #1198 from JohannesPfeifer/ident

Add missing else-clause in simulated_moment_uncertainty.m
time-shift
MichelJuillard 2016-05-22 10:31:39 +02:00
commit 27a90957f9
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_);