From 72dff4adb8115064dc4db2a7454f5f330cf18ef8 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Sat, 26 Mar 2016 00:10:42 +0000 Subject: [PATCH] Documentation fixes --- src/single_io.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/single_io.c b/src/single_io.c index 54ace5c4e3..5a48406a79 100644 --- a/src/single_io.c +++ b/src/single_io.c @@ -52,6 +52,7 @@ * @param N The number of particles. * @param dim The dimension of the data (1 for scalar, 3 for vector) * @param part_c A (char*) pointer on the first occurrence of the field of + * @param partSize The size in bytes of the particle structure. *interest in the parts array * @param importance If COMPULSORY, the data must be present in the IC file. If *OPTIONAL, the array will be zeroed when the data is not present. @@ -144,6 +145,7 @@ void readArrayBackEnd(hid_t grp, char* name, enum DATA_TYPE type, int N, * @param dim The dimension of the data (1 for scalar, 3 for vector) * @param part_c A (char*) pointer on the first occurrence of the field of *interest in the parts array + * @param partSize The size in bytes of the particle structure. * @param us The UnitSystem currently in use * @param convFactor The UnitConversionFactor for this array * -- GitLab