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
86c3a2b8
Commit
86c3a2b8
authored
Oct 19, 2013
by
MichelJuillard
Browse files
Revert "ms-dsge: remove unnecessary output"
This reverts commit 2568e87b4394961fed1da7d2337d6cae637b4166.
parent
17d01772
Changes
1
Hide whitespace changes
Inline
Side-by-side
NumericalInitialization.cc
View file @
86c3a2b8
...
...
@@ -47,6 +47,7 @@ InitParamStatement::writeOutput(ostream &output, const string &basename) const
output
<<
"M_.params( "
<<
id
<<
" ) = "
;
param_value
->
writeOutput
(
output
);
output
<<
";"
<<
endl
;
output
<<
symbol_table
.
getName
(
symb_id
)
<<
" = M_.params( "
<<
id
<<
" );
\n
"
;
}
void
...
...
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