mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Use references consistently in physics modules
This commit is contained in:
parent
65c0dbfe46
commit
43eae72aeb
7 changed files with 276 additions and 277 deletions
|
|
@ -9,8 +9,7 @@
|
|||
namespace openmc {
|
||||
|
||||
//! \brief Performs the russian roulette operation for a particle
|
||||
extern "C" void
|
||||
russian_roulette(Particle* p);
|
||||
void russian_roulette(Particle& p);
|
||||
|
||||
} // namespace openmc
|
||||
#endif // OPENMC_PHYSICS_COMMON_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue