mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
save event nuclide rather than event element so that it is compatible with nuclide tally filters
This commit is contained in:
parent
e7ab0b704c
commit
a795de2db5
2 changed files with 14 additions and 9 deletions
|
|
@ -44,7 +44,7 @@ void sample_positron_reaction(Particle* p);
|
|||
//!
|
||||
//! \param[in] p Particle
|
||||
//! \return Index in the data::nuclides vector
|
||||
int sample_nuclide(const Particle* p);
|
||||
int sample_nuclide(Particle* p);
|
||||
|
||||
//! Determine the average total, prompt, and delayed neutrons produced from
|
||||
//! fission and creates appropriate bank sites.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue