Merge pull request #1330 from JohannesPfeifer/resol_fix

resol.m: make sure oo.dr is correctly updated even if function is abo…
time-shift
MichelJuillard 2016-11-13 19:14:23 +01:00 committed by GitHub
commit 6e93b1ecbf
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ end
[dr.ys,M.params,info] = evaluate_steady_state(oo.steady_state,M,options,oo,0);
if info(1)
oo.dr = dr;
return
end