Skip to content

Commit

Permalink
fix recorded reactor initial demand (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie authored Jul 8, 2022
1 parent c7506f1 commit 57ea917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ std::set<cyclus::RequestPortfolio<Material>::Ptr> Reactor::GetMatlRequests() {
int max_index = std::distance(fuel_prefs.begin(), result);

cyclus::toolkit::RecordTimeSeries<double>("demand"+fuel_incommods[max_index], this,
assem_size * n_assem_order) ;
assem_size) ;

port->AddMutualReqs(mreqs);
ports.insert(port);
Expand Down

0 comments on commit 57ea917

Please sign in to comment.