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

corrected bug introduced in changeset 32c997f1...

corrected bug introduced in changeset 32c997f1 of 02/25/11 and affecting k_order_perturbation
parent 07f47f04
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment