bug correction for dr.nspred when a variable is both backward and forward (bug introduced in changeset 32c997f1ef 02/25/11)

time-shift
Michel Juillard 2011-03-10 11:18:41 +01:00
parent 0c0b9abbd3
commit f70408e293
1 changed files with 1 additions and 1 deletions

View File

@ -112,6 +112,6 @@ dr.nfwrd = nfwrd;
% number of forward variables in the state vector
dr.nsfwrd = nfwrd;
% number of predetermined variables in the state vector
dr.nspred = npred;
dr.nspred = npred+nboth;
dr.transition_auxiliary_variables = [];