From 8438d425841b07f742961d350171750117eaa867 Mon Sep 17 00:00:00 2001 From: John Tramm Date: Tue, 21 Jan 2020 20:46:21 +0000 Subject: [PATCH] added more documentation --- include/openmc/event.h | 1 + 1 file changed, 1 insertion(+) 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