added more documentation

This commit is contained in:
John Tramm 2020-01-21 20:46:21 +00:00
parent df0edc33b1
commit 8438d42584

View file

@ -91,6 +91,7 @@ extern std::unique_ptr<Particle[]> 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