Skip to content
Snippets Groups Projects
Commit 0e08dd28 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

manual: fix some quotes

parent e27ab153
Branches
Tags
1 merge request!2208manual: port changes from Dynare/preprocessor@e85d085ae8b87ed332b48096185321f2c657d5cf
......@@ -554,7 +554,7 @@ by the ``dynare`` command.
executing the ``dynare`` command will leave variables containing
results in the workspace available for further processing. More
details are given under the relevant computing tasks. The
``M_``,``oo_``, and ``options_`` structures are saved in a file
``M_``, ``oo_``, and ``options_`` structures are saved in a file
called ``FILENAME_results.mat`` located in the ``MODFILENAME/Output`` folder.
If they exist, ``estim_params_``,
``bayestopt_``, ``dataset_``, ``oo_recursive_`` and
......
......@@ -15101,10 +15101,10 @@ Misc commands
=============
 
.. command:: set_dynare_seed (INTEGER)
set_dynare_seed (`default')
set_dynare_seed (`clock')
set_dynare_seed (`reset')
set_dynare_seed (`ALGORITHM', INTEGER)
set_dynare_seed ('default')
set_dynare_seed ('clock')
set_dynare_seed ('reset')
set_dynare_seed ('ALGORITHM', INTEGER)
 
|br| Sets the seed used for random number generation. It is
possible to set a given integer value, to use a default value, or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment