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
Dóra Kocsis
dynare
Commits
cabf4bba
Commit
cabf4bba
authored
Apr 02, 2012
by
Houtan Bastani
Browse files
estimation: bug fix: clear range_index
parent
9e30b3e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/ComputingTasks.cc
View file @
cabf4bba
...
...
@@ -1655,7 +1655,8 @@ SubsamplesStatement::writeOutput(ostream &output, const string &basename) const
if
(
!
name2
.
empty
())
output
<<
":"
<<
name2
;
output
<<
"'};"
<<
endl
<<
"estimation_info.subsamples(subsamples_indx).range = {};"
<<
endl
;
<<
"estimation_info.subsamples(subsamples_indx).range = {};"
<<
endl
<<
"estimation_info.subsamples(subsamples_indx).range_index = {};"
<<
endl
;
int
map_indx
=
1
;
for
(
subsample_declaration_map_t
::
const_iterator
it
=
subsample_declaration_map
.
begin
();
...
...
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