Skip to content

Commit

Permalink
move RecordPosition back to EnterNotify
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed Sep 13, 2024
1 parent d2198c9 commit 517f7fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/source.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ std::string Source::str() {

void Source::EnterNotify() {
cyclus::Facility::EnterNotify();

RecordPosition();
}

void Source::Build(cyclus::Agent* parent) {
Expand All @@ -73,7 +73,6 @@ void Source::Build(cyclus::Agent* parent) {
Material::Create(this, inventory_size, context()->GetRecipe(outrecipe));
inventory.Push(all_inv);

RecordPosition();
}

std::set<cyclus::BidPortfolio<cyclus::Material>::Ptr> Source::GetMatlBids(
Expand Down

0 comments on commit 517f7fa

Please sign in to comment.