openmc-dev / openmc

OpenMC Monte Carlo Code
https://docs.openmc.org
Other
699 stars 444 forks source link

Add a `max_events` setting. #2945

Closed pshriwise closed 3 weeks ago

pshriwise commented 3 weeks ago

Description

Fixes #2944

Checklist

pshriwise commented 3 weeks ago

The value in particle_data.h was an int, curious what others think about changing this to uint32_t for the new setting.