Skip to content

Commit

Permalink
extraneous )
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed Nov 28, 2023
1 parent abc9f5c commit 74b3b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void Storage::Tock() {
int maxindx = std::distance(in_commod_prefs.begin(), result);
double demand = 0;
if (manager()->context()->time() % (active_buying + dormant_buying) < active_buying) {
demand = current_capacity());
demand = current_capacity();
}

cyclus::toolkit::RecordTimeSeries<double>("demand"+in_commods[maxindx], this, demand);
Expand Down

0 comments on commit 74b3b29

Please sign in to comment.