Skip to content

Commit

Permalink
Merge pull request cms-sw#613 from ktf/fix-want-summary
Browse files Browse the repository at this point in the history
Correctly initialise stopwatch_.
  • Loading branch information
ktf committed Aug 26, 2013
2 parents e448454 + 6abb9aa commit 37c5f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/Framework/src/StreamSchedule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ namespace edm {
results_inserter_(),
trig_paths_(),
end_paths_(),
stopwatch_(wantSummary_? new RunStopwatch::StopwatchPointer::element_type : static_cast<RunStopwatch::StopwatchPointer::element_type*> (nullptr)),
stopwatch_(tns.wantSummary() ? new RunStopwatch::StopwatchPointer::element_type : static_cast<RunStopwatch::StopwatchPointer::element_type*> (nullptr)),
total_events_(),
total_passed_(),
number_of_unscheduled_modules_(0),
Expand Down

0 comments on commit 37c5f63

Please sign in to comment.