src/h5core/h5_openclose.c:

- typo fixed
This commit is contained in:
2016-02-12 17:31:47 +01:00
parent 64b4a3be09
commit 43bc72b7d0
+1 -1
View File
@@ -262,7 +262,7 @@ h5_set_prop_file_core_vfd (
props->flags |= H5_VFD_MPIO_INDEPENDENT;
props->comm = MPI_COMM_SELF;
if (props->throttle > 0) {
h5_warn ("Throttling us not permitted with core VFD. Reset throttling.");
h5_warn ("Throttling is not permitted with core VFD. Reset throttling.");
props->throttle = 0;
}
H5_CORE_API_RETURN (H5_SUCCESS);