corrected bug introduced in changeset 32c997f1ef of 02/25/11 and affecting k_order_perturbation

time-shift
Michel Juillard 2011-03-13 17:01:10 +01:00
parent 07f47f045e
commit 96b7e1f599
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ dr.kae = kae;
dr.nboth = nboth;
dr.nfwrd = nfwrd;
% number of forward variables in the state vector
dr.nsfwrd = nfwrd;
dr.nsfwrd = nfwrd+nboth;
% number of predetermined variables in the state vector
dr.nspred = npred+nboth;