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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
26bc7b55
Commit
26bc7b55
authored
Feb 28, 2013
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Remove obsolete workaround for Octave 3.2
parent
0219301e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
preprocessor/ModFile.cc
+1
-5
1 addition, 5 deletions
preprocessor/ModFile.cc
with
1 addition
and
5 deletions
preprocessor/ModFile.cc
+
1
−
5
View file @
26bc7b55
...
@@ -464,11 +464,7 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool no_log, b
...
@@ -464,11 +464,7 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool no_log, b
mOutputFile
<<
"warning off"
<<
endl
;
// This will be executed *after* function warning_config()
mOutputFile
<<
"warning off"
<<
endl
;
// This will be executed *after* function warning_config()
if
(
clear_all
)
if
(
clear_all
)
{
mOutputFile
<<
"clear all"
<<
endl
;
mOutputFile
<<
"clear all"
<<
endl
// this is a work-around for a bug in Octave 3.2
<<
"clear global"
<<
endl
;
}
mOutputFile
<<
"tic;"
<<
endl
mOutputFile
<<
"tic;"
<<
endl
<<
"global M_ oo_ options_ ys0_ ex0_ estimation_info"
<<
endl
<<
"global M_ oo_ options_ ys0_ ex0_ estimation_info"
<<
endl
...
...
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