Skip to content
Snippets Groups Projects
Verified Commit 2a25119b authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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

parent fc453a6e
Branches
Tags
No related merge requests found
......@@ -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;
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment