Fix typo in Manual

time-shift
Johannes Pfeifer 2013-05-07 10:34:18 +02:00
parent 996ff3bfd3
commit 29ff66856a
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 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 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 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}. and @code{M_.ndynamic = M_.nfwrd+M_.nboth+M_.npred}.
@node First order approximation @node First order approximation