Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MichelJuillard
dynare
Commits
642f8c86
Commit
642f8c86
authored
Apr 07, 2017
by
Houtan Bastani
Browse files
preprocessor: filter_initial_state: store RHS as string
parent
0ed5ab5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/ComputingTasks.cc
View file @
642f8c86
...
...
@@ -1092,9 +1092,9 @@ FilterInitialStateStatement::writeOutput(ostream &output, const string &basename
output
<<
"M_.filter_initial_state{"
<<
symbol_table
.
getTypeSpecificID
(
symb_id
)
+
1
<<
"} = {'"
<<
symbol_table
.
getName
(
symb_id
)
<<
"', "
;
<<
"} = {'"
<<
symbol_table
.
getName
(
symb_id
)
<<
"',
'
"
;
it
->
second
->
writeOutput
(
output
);
output
<<
"};"
<<
endl
;
output
<<
"
'
};"
<<
endl
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment