From 808a13bca92ec6d12220141b29ba1d7b8549aff9 Mon Sep 17 00:00:00 2001 From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Fri, 20 Mar 2009 14:28:46 +0000 Subject: [PATCH] 4.0 manual: merged r2492 changeset from trunk (added "notmpterms" option to preprocessor + added G. Anderson to list of contributors) git-svn-id: https://www.dynare.org/svn/dynare/branches/4.0@2493 ac1d8469-bf42-47a9-8791-bf33cf982152 --- doc/manual.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/manual.xml b/doc/manual.xml index 1e7a7b70fa..25ae823dd6 100644 --- a/doc/manual.xml +++ b/doc/manual.xml @@ -117,7 +117,7 @@ Starting with version 3.0, it is possible to use Dynare to estimate model parame </para> <para> -Currently the development team of Dynare is composed of S. Adjemian, M. Juillard, O. Kamenik, F. Mihoubi, G. Perendia, M. Ratto and S. Villemot. Several parts of Dynare use or have strongly benefited from publicly available programs by F. Collard, L. Ingber, P. Klein, S. Sakata, F. Schorfheide, C. Sims, P. Soederlind and R. Wouters. +Currently the development team of Dynare is composed of S. Adjemian, M. Juillard, O. Kamenik, F. Mihoubi, G. Perendia, M. Ratto and S. Villemot. Several parts of Dynare use or have strongly benefited from publicly available programs by G. Anderson, F. Collard, L. Ingber, P. Klein, S. Sakata, F. Schorfheide, C. Sims, P. Soederlind and R. Wouters. </para> </sect1> @@ -282,6 +282,7 @@ second step, the program actually runs the computations. Boths steps are trigger <arg><option>noclearall</option></arg> <arg><option>savemacro</option></arg> <arg><option>debug</option></arg> + <arg><option>notmpterms</option></arg> </cmdsynopsis> </refsynopsisdiv> @@ -331,6 +332,10 @@ These files may be looked at to understand errors reported at the simulation sta <term><option>debug</option></term> <listitem><para>Instructs the preprocessor to write some debugging information about the scanning and parsing of the <filename class="extension">.mod</filename> file</para></listitem> </varlistentry> + <varlistentry> + <term><option>notmpterms</option></term> + <listitem><para>Instructs the preprocessor to omit temporary terms in the static and dynamic files; this generally decreases performance, but is used for debugging purposes since it makes the static and dynamic files more readable</para></listitem> + </varlistentry> </variablelist> </refsect1> -- GitLab