Skip to content
Snippets Groups Projects
Commit f70408e2 authored by MichelJuillard's avatar MichelJuillard
Browse files

bug correction for dr.nspred when a variable is both backward and forward (bug...

bug correction for dr.nspred when a variable is both backward and forward (bug introduced in changeset 32c997f1 02/25/11)
parent 0c0b9abb
Branches
Tags
No related merge requests found
......@@ -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 = [];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment