summaryrefslogtreecommitdiffstats
path: root/src/H5Smpio.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-04-30 16:05:26 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-04-30 16:05:26 (GMT)
commitfde2d1fe4a452abe82404bee60e34151acdd186b (patch)
tree253d779d21ff2d71178472f40ed20214891c6dce /src/H5Smpio.c
parent6fb94eb3a38ea5f6d7253b72f7038ac00f295962 (diff)
parent1f8cb03e11a46f853881f45dac18eff2dd68401e (diff)
downloadhdf5-fde2d1fe4a452abe82404bee60e34151acdd186b.zip
hdf5-fde2d1fe4a452abe82404bee60e34151acdd186b.tar.gz
hdf5-fde2d1fe4a452abe82404bee60e34151acdd186b.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '1f8cb03e11a46f853881f45dac18eff2dd68401e': Fix errors in Makefile.am files that cause "make check" to repeat test, even when there are no changes to source files. (Also add a ggenerated script to the list of files cleaned up on 'make distclean') Further minor cleanups Checkpoint normalization against incoming hyperslab / selection / dataspace improvements.
Diffstat (limited to 'src/H5Smpio.c')
-rw-r--r--src/H5Smpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Smpio.c b/src/H5Smpio.c
index 46f7a59..5c65119 100644
--- a/src/H5Smpio.c
+++ b/src/H5Smpio.c
@@ -1362,7 +1362,7 @@ H5S_mpio_space_type(const H5S_t *space, size_t elmt_size, MPI_Datatype *new_type
case H5S_NO_CLASS:
default:
- HDassert("unknown data space type" && 0);
+ HDassert("unknown dataspace type" && 0);
break;
} /* end switch */