Skip to content
Snippets Groups Projects
Commit ed1618c4 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Documentation fixes.

parent 92de60d2
No related branches found
No related tags found
1 merge request!721Velociraptor outputs
......@@ -1352,10 +1352,14 @@ void io_collect_sparts_to_write(const struct spart* restrict sparts,
* @brief Copy every non-inhibited DM #gpart into the gparts_written array.
*
* @param gparts The array of #gpart containing all particles.
* @param vr_data The array of gpart-related VELOCIraptor output.
* @param gparts_written The array of #gpart to fill with particles we want to
* write.
* @param vr_data_written The array of gpart-related VELOCIraptor with particles
* we want to write.
* @param Ngparts The total number of #part.
* @param Ngparts_written The total number of #part to write.
* @param with_stf Are we running with STF? i.e. do we want to collect vr data?
*/
void io_collect_gparts_to_write(
const struct gpart* restrict gparts,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment