From 968e0a7532bfc089a4babcc76adb7e8cdba11a5b Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Mon, 23 Jan 2017 15:14:05 +0000 Subject: [PATCH] Documentation typo --- src/single_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/single_io.c b/src/single_io.c index 76cd69be11..f53ad90fdc 100644 --- a/src/single_io.c +++ b/src/single_io.c @@ -323,7 +323,7 @@ void writeArray(struct engine* e, hid_t grp, char* fileName, FILE* xmfFile, * @param flag_entropy (output) 1 if the ICs contained Entropy in the * InternalEnergy field * @param with_hydro Are we reading gas particles ? - * @param with_hydro Are we reading/creating #gpart arrays ? + * @param with_gravity Are we reading/creating #gpart arrays ? * @param with_stars Are we reading star particles ? * @param dry_run If 1, don't read the particle. Only allocates the arrays. * -- GitLab