From b8754ab2c93ee6efeca5c851d5d7ac623e5f408d Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan.bastani@ens.fr> Date: Thu, 21 Jun 2012 09:51:07 +0200 Subject: [PATCH] doc: provide filename for file created by steady_state_model statement(cherry picked from commit 23ec38b25829ec14ba36b9bc453f67de3f73eb06) --- doc/dynare.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 3a2991f1b5..03c5864de5 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -2569,8 +2569,9 @@ function returning several arguments: [ @var{VARIABLE_NAME}, @var{VARIABLE_NAME}@dots{} ] = @var{EXPRESSION}; @end example -Dynare will automatically generate a steady state file using the -information provided in this block. +Dynare will automatically generate a steady state file (of the form +@file{@var{FILENAME}_steadystate2.m}) using the information provided in +this block. @customhead{Steady state file for deterministic models} -- GitLab