Skip to content

Commit

Permalink
Merge pull request #499 from robfairh/master
Browse files Browse the repository at this point in the history
Looks good to me, thanks @robfairh
  • Loading branch information
FlanFlanagan authored Jun 29, 2019
2 parents 1b82c83 + a2105d3 commit 9b45773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reactor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ void Reactor::Tock() {
RecordSideProduct(true);
} else {
cyclus::toolkit::RecordTimeSeries<cyclus::toolkit::POWER>(this, 0);
cyclus::toolkit::RecordTimeSeries<double>("supplyPOWER", this, 0);
RecordSideProduct(false);
}

Expand Down

0 comments on commit 9b45773

Please sign in to comment.