From cc719d116c3a8f7f33f031e4b0c09cd27fcbb98a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 11 Sep 2015 14:11:23 +0200 Subject: [PATCH] src/h5core/h5u_models.c - correct error message in h5u_set_num_points() --- src/h5core/h5u_model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h5core/h5u_model.c b/src/h5core/h5u_model.c index c1de9ee..be743f5 100644 --- a/src/h5core/h5u_model.c +++ b/src/h5core/h5u_model.c @@ -109,7 +109,7 @@ h5u_set_num_points ( H5_CORE_API_LEAVE ( h5_error( H5_ERR_INVAL, - "Invalid number particles: %lld!\n", + "Invalid number of particles: %lld!\n", (long long)nparticles)); #ifndef PARALLEL_IO