Skip to content

Commit

Permalink
add back tu_name_ arg, it was accidentally deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Jul 21, 2024
1 parent 96bb027 commit a66905c
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 @@ -185,7 +185,7 @@ void Storage::EnterNotify() {
std::string package_name_ = context()->GetPackage(package)->name();
if (out_commods.size() == 1) {
sell_policy.Init(this, &stocks, std::string("stocks"), cyclus::CY_LARGE_DOUBLE, false,
sell_quantity, package_name_)
sell_quantity, package_name_, tu_name_)
.Set(out_commods.front())
.Start();

Expand Down

0 comments on commit a66905c

Please sign in to comment.