From 77311614e2597d0d720ca783e6563719b9619737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Mon, 5 Sep 2011 12:24:02 +0200 Subject: [PATCH] Fixed typo. --- doc/dynare.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 02d1704220..abe9bedbe9 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -5655,7 +5655,7 @@ and endogenous at steady state in a file, using the @item simul.mod This file computes the simulation. It begins with: @example -@@#define steady = 1 +@@#define steady = 0 @@#include "modeqs.mod" @end example Then it loads values of parameters and endogenous at steady state from -- GitLab