fixes bug for stochastic backward models. Still, only order==1 is

currently possible.
time-shift
Michel Juillard 2012-05-14 21:53:19 +02:00
parent c0ffcf7fd8
commit 0ef23e5ae3
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ elseif options_.order == 2
else
[junk,jacobia_,hessian1] = feval([M_.fname '_dynamic'],z(iyr0),...
exo_simul, ...
M_.params, dr.ys, 3);
M_.params, dr.ys, it_);
end;
if options_.use_dll
% In USE_DLL mode, the hessian is in the 3-column sparse representation