From bee23d1c7d6859050d36f697b49f26b847731792 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Sat, 11 Nov 2017 22:31:05 +0000 Subject: [PATCH] Documentation fixes --- src/parallel_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parallel_io.c b/src/parallel_io.c index a542a5ff6f..b31d3b6351 100644 --- a/src/parallel_io.c +++ b/src/parallel_io.c @@ -146,7 +146,7 @@ void readArray_chunk(hid_t h_data, hid_t h_plist_id, * @brief Reads a data array from a given HDF5 group. * * @param grp The group from which to read. - * @param prop The #io_props of the field to read. + * @param props The #io_props of the field to read. * @param N The number of particles on that rank. * @param N_total The total number of particles. * @param mpi_rank The MPI rank of this node. -- GitLab