diff --git a/include/openmc/event.h b/include/openmc/event.h index d4c3550b96..9a9615d730 100644 --- a/include/openmc/event.h +++ b/include/openmc/event.h @@ -91,6 +91,7 @@ extern std::unique_ptr particles; //============================================================================== //! Allocates space for the event queues and particle buffer +//! \param n_particles The number of particles in the particle buffer void init_event_queues(int64_t n_particles); //! Frees the event queues and particle buffer