From 2fb18bba973fd7a447a6da312f7972b707b839b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Mon, 20 Jan 2020 14:58:45 +0100 Subject: [PATCH] Manual: FILENAME need not always be a quoted string (in a Dynare context) Ref. !1692 --- doc/manual/source/the-model-file.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 323b4b216..fd5c20f1b 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -10492,13 +10492,13 @@ Dynare has comments to plot the results of a simulation and to save the results. .. command:: dynatype (FILENAME) [VARIABLE_NAME...]; |br| This command prints the listed endogenous or exogenous variables in a text file named - FILENAME, where FILENAME is a quoted string. If no VARIABLE_NAME is listed, all endogenous variables + FILENAME. If no VARIABLE_NAME is listed, all endogenous variables are printed. .. command:: dynasave (FILENAME) [VARIABLE_NAME...]; |br| This command saves the listed endogenous or exogenous variables in a binary file - named FILENAME, where FILENAME is a quoted string. If no VARIABLE_NAME is listed, all endogenous + named FILENAME. If no VARIABLE_NAME is listed, all endogenous variables are saved. In MATLAB or Octave, variables saved with the ``dynasave`` command