Merge pull request #388 from JohannesPfeifer/master

Fix typo in manual
time-shift
Sébastien Villemot 2013-05-07 03:26:40 -07:00
commit 3a39cc0926
1 changed files with 1 additions and 1 deletions

View File

@ -3554,7 +3554,7 @@ declaration order. Conversely, k-th declared variable is numbered
Finally, the state variables of the model are the purely backward variables
and the mixed variables. They are orderer in DR-order when they appear in
decision rules elements. There are @code{M_.nspred = M_.npred + M_.nboth} such
variables. Similarly, one has @code{M_.nfwrd = M_.nfwrd + M_.nboth},
variables. Similarly, one has @code{M_.nsfwrd = M_.nfwrd + M_.nboth},
and @code{M_.ndynamic = M_.nfwrd+M_.nboth+M_.npred}.
@node First order approximation