Skip to content

Commit

Permalink
use resbuf unpackaged
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed Jul 23, 2024
1 parent e4112ec commit 798c8e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/reactor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ void Reactor::EnterNotify() {
cyclus::Facility::EnterNotify();

// Set keep packaging parameter in all ResBufs
fresh.keep_packaging(keep_packaging);
core.keep_packaging(keep_packaging);
spent.keep_packaging(keep_packaging);
fresh.unpackaged(!keep_packaging);
core.unpackaged(!keep_packaging);
spent.unpackaged(!keep_packaging);

// If the user ommitted fuel_prefs, we set it to zeros for each fuel
// type. Without this segfaults could occur - yuck.
Expand Down

0 comments on commit 798c8e9

Please sign in to comment.