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
66baffae
Commit
66baffae
authored
Mar 25, 2014
by
Houtan Bastani
Browse files
add missing semicolon
parent
2515d772
Changes
1
Hide whitespace changes
Inline
Side-by-side
ComputingTasks.cc
View file @
66baffae
...
...
@@ -1897,9 +1897,9 @@ SubsamplesStatement::writeOutput(ostream &output, const string &basename) const
output
<<
"estimation_info.subsamples(subsamples_indx).range_index("
<<
map_indx
<<
") = {'"
<<
it
->
first
<<
"'};"
<<
endl
<<
"estimation_info.subsamples(subsamples_indx).range("
<<
map_indx
<<
").date1 = "
<<
it
->
second
.
first
<<
endl
<<
it
->
second
.
first
<<
";"
<<
endl
<<
"estimation_info.subsamples(subsamples_indx).range("
<<
map_indx
<<
").date2 = "
<<
it
->
second
.
second
<<
endl
;
<<
it
->
second
.
second
<<
";"
<<
endl
;
// Initialize associated subsample substructures in estimation_info
const
SymbolType
symb_type
=
symbol_table
.
getType
(
name1
);
...
...
Write
Preview
Markdown
is supported
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