mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Change sample_fission to return a Reaction&
This commit is contained in:
parent
086369e797
commit
a6c7b54d8a
2 changed files with 9 additions and 9 deletions
|
|
@ -52,7 +52,7 @@ void create_fission_sites(Particle& p, int i_nuclide, const Reaction& rx);
|
|||
|
||||
int sample_element(Particle& p);
|
||||
|
||||
Reaction* sample_fission(int i_nuclide, Particle& p);
|
||||
Reaction& sample_fission(int i_nuclide, Particle& p);
|
||||
|
||||
void sample_photon_product(int i_nuclide, Particle& p, int* i_rx, int* i_product);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue