mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Move sample_nuclide to C++
This commit is contained in:
parent
8bda5223a1
commit
934e26ca53
3 changed files with 53 additions and 103 deletions
|
|
@ -36,7 +36,7 @@ void sample_electron_reaction(Particle* p);
|
|||
//! MeV) are created and travel in opposite directions.
|
||||
void sample_positron_reaction(Particle* p);
|
||||
|
||||
extern "C" void sample_nuclide(const Particle* p, int mt, int* i_nuclide, int* i_nuc_mat);
|
||||
void sample_nuclide(const Particle* p, int mt, int* i_nuclide, int* i_nuc_mat);
|
||||
|
||||
//! 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