Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
preprocessor
Commits
54df07d0
Commit
54df07d0
authored
Aug 22, 2018
by
Houtan Bastani
Browse files
remove unnecessary comment
parent
7d9072a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ModFile.cc
View file @
54df07d0
...
...
@@ -999,14 +999,6 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool clear_glo
static_model
.
writeOutput
(
mOutputFile
,
block
);
}
// Print statements
// Print var_model statements first so that the forecast functions can be used by following statements
// for (vector<Statement *>::const_iterator it = statements.begin();
// it != statements.end(); it++)
// if (dynamic_cast<VarModelStatement *>(*it) != NULL)
// (*it)->writeOutput(mOutputFile, basename, minimal_workspace);
// dynamic_model.writeVarExpectationFunctions(mOutputFile);
for
(
auto
statement
:
statements
)
{
statement
->
writeOutput
(
mOutputFile
,
basename
,
minimal_workspace
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment