Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/particle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ void Particle::from_source(const SourceSite* src)
fission() = false;
zero_flux_derivs();
lifetime() = 0.0;
#ifdef OPENMC_DAGMC_ENABLED
history().reset();
#endif

// Copy attributes from source bank site
type() = src->particle;
Expand Down
Loading