Skip to content
Snippets Groups Projects
Verified Commit a1e7b2f4 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

(cherry picked from commit 2a25119b)
parent d077ea1d
No related branches found
No related tags found
No related merge requests found
......@@ -14234,7 +14234,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*
......@@ -14243,7 +14243,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