src/h5core/h5u_models.c

- correct error message in h5u_set_num_points()
This commit is contained in:
2015-09-11 14:11:23 +02:00
parent 748eb1b3ab
commit cc719d116c
+1 -1
View File
@@ -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