Skip to content
Snippets Groups Projects
Commit 808a13bc authored by sebastien's avatar sebastien
Browse files

4.0 manual: merged r2492 changeset from trunk (added "notmpterms" option to...

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
parent a4010250
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ Starting with version 3.0, it is possible to use Dynare to estimate model parame ...@@ -117,7 +117,7 @@ Starting with version 3.0, it is possible to use Dynare to estimate model parame
</para> </para>
<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> </para>
</sect1> </sect1>
...@@ -282,6 +282,7 @@ second step, the program actually runs the computations. Boths steps are trigger ...@@ -282,6 +282,7 @@ second step, the program actually runs the computations. Boths steps are trigger
<arg><option>noclearall</option></arg> <arg><option>noclearall</option></arg>
<arg><option>savemacro</option></arg> <arg><option>savemacro</option></arg>
<arg><option>debug</option></arg> <arg><option>debug</option></arg>
<arg><option>notmpterms</option></arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
...@@ -331,6 +332,10 @@ These files may be looked at to understand errors reported at the simulation sta ...@@ -331,6 +332,10 @@ These files may be looked at to understand errors reported at the simulation sta
<term><option>debug</option></term> <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> <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>
<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> </variablelist>
</refsect1> </refsect1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment