Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
a1e7b2f4
Verified
Commit
a1e7b2f4
authored
2 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/manual/source/the-model-file.rst
+2
-2
2 additions, 2 deletions
doc/manual/source/the-model-file.rst
with
2 additions
and
2 deletions
doc/manual/source/the-model-file.rst
+
2
−
2
View file @
a1e7b2f4
...
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment