Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
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
Marco Ratto
dynare
Commits
791f97c7
Commit
791f97c7
authored
13 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Removed obsolete help message
(cherry picked from commit
ef26fe00
)
parent
7523e87a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/dynare.m
+1
-13
1 addition, 13 deletions
matlab/dynare.m
with
1 addition
and
13 deletions
matlab/dynare.m
+
1
−
13
View file @
791f97c7
...
...
@@ -40,19 +40,7 @@ if strcmpi(fname,'help')
disp
(
'USAGE: dynare FILENAME[.mod,.dyn] [OPTIONS]'
)
disp
(
' '
)
disp
(
'dynare executes instruction included in FILENAME.mod.'
)
disp
(
' '
)
disp
(
'OPTIONS:'
)
disp
(
' o noclearall: By default, dynare will issue a clear all command to Matlab or Octave,'
)
disp
(
' thereby deleting all workspace variables; this options instructs dynare'
)
disp
(
' not to clear the workspace.'
)
disp
(
' o debug: Instructs the preprocessor to write some debugging informations about the'
)
disp
(
' scanning and parsing of the .mod file.'
)
disp
(
' o notmpterms: Do not include temporary terms in the generated static and dynamic files'
)
disp
(
' o savemacro[=MACROFILE]: Instructs dynare to save the intermediary file which is obtained'
)
disp
(
' after macro-processing.'
)
disp
(
' By default, saved output will go in FILENAME-macroexp.mod (where FILENAME is'
)
disp
(
' taken from the mod file), but you can specify another filename.'
)
disp
(
' '
)
disp
(
'See the reference manual for the available options.'
)
return
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