Skip to content

Commit

Permalink
Changes in reactor for recording timeseries
Browse files Browse the repository at this point in the history
  • Loading branch information
robfairh committed Apr 30, 2019
1 parent 5d70742 commit 06ab278
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 06ab278

Please sign in to comment.