mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Convert absorption to C++
This commit is contained in:
parent
1f90ec1560
commit
b050390309
4 changed files with 49 additions and 89 deletions
|
|
@ -49,7 +49,7 @@ Reaction* sample_fission(int i_nuclide, double E);
|
|||
|
||||
// void sample_photon_product(int i_nuclide, double E, int* i_rx, int* i_product);
|
||||
|
||||
extern "C" void absorption(Particle* p, int i_nuclide);
|
||||
void absorption(Particle* p, int i_nuclide);
|
||||
|
||||
extern "C" void scatter(Particle*, int i_nuclide, int i_nuc_mat);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue