From 29ff66856a259fdfc12f5c0a94dec56937db0b2f Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Tue, 7 May 2013 10:34:18 +0200 Subject: [PATCH] Fix typo in Manual --- doc/dynare.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index f1efb90929..8e25328c35 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -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 -- GitLab