Use references consistently in physics modules

This commit is contained in:
Paul Romano 2020-04-23 10:11:43 -05:00
parent 65c0dbfe46
commit 43eae72aeb
7 changed files with 276 additions and 277 deletions

View file

@ -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