diff --git a/src/reactor.cc b/src/reactor.cc index 24d2d6d85c..9d6d4da718 100644 --- a/src/reactor.cc +++ b/src/reactor.cc @@ -370,6 +370,7 @@ void Reactor::Tock() { RecordSideProduct(true); } else { cyclus::toolkit::RecordTimeSeries(this, 0); + cyclus::toolkit::RecordTimeSeries("supplyPOWER", this, 0); RecordSideProduct(false); }