Manual: the preprocessor no longer generates a <modfile>.m, it’s been replaced by the driver file

silicon
Sébastien Villemot 2023-02-17 11:11:08 -05:00
parent fc453a6e2f
commit 2a25119bb3
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 2 deletions

View File

@ -14825,7 +14825,7 @@ Pass everything contained within the verbatim block to the
In order to force this behavior you can use the ``verbatim``
block. This is useful when the code you want passed to the
``<mod_file>.m`` file contains tokens recognized by the Dynare
driver file contains tokens recognized by the Dynare
preprocessor.
*Example*
@ -14834,7 +14834,7 @@ Pass everything contained within the verbatim block to the
verbatim;
% Anything contained in this block will be passed
% directly to the <modfile>.m file, including comments
% directly to the driver file, including comments
var = 1;
end;