From b6e482f56adf4acf23d51542e9d79b8e26de1524 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 23 Jun 2017 15:27:53 +0200 Subject: [PATCH] src/h5core/h5t_store.c - comments edited --- src/h5core/h5t_store.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/h5core/h5t_store.c b/src/h5core/h5t_store.c index 1db1ef8..8358a6f 100644 --- a/src/h5core/h5t_store.c +++ b/src/h5core/h5t_store.c @@ -691,8 +691,9 @@ rebuild_map_elem_g2l ( Rebuild mapping of global element indices to their local indices. */ static h5_err_t -rebuild_map_elem_g2l_partial ( // we need that to update map for the refined elems before we have the - // refined elements from the other proces +rebuild_map_elem_g2l_partial ( + // we need that to update map for the refined elems before we have the + // refined elements from the other proces h5t_mesh_t* const m ) { H5_PRIV_FUNC_ENTER (h5_err_t, "m=%p", m);