diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1998-11-10 18:04:07 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1998-11-10 18:04:07 (GMT) |
commit | 8199af2425fc416237bf10a6c52fa7fcac1052e4 (patch) | |
tree | 512ed44a579fb5b5b2b0dc853da32fdca0677c2d /src/H5Smpio.c | |
parent | 24f1a02fea9cc7183db880202dd5df805f8466ec (diff) | |
download | hdf5-8199af2425fc416237bf10a6c52fa7fcac1052e4.zip hdf5-8199af2425fc416237bf10a6c52fa7fcac1052e4.tar.gz hdf5-8199af2425fc416237bf10a6c52fa7fcac1052e4.tar.bz2 |
[svn-r892] had to change teh name of the hyper union member to be hslab
Diffstat (limited to 'src/H5Smpio.c')
-rw-r--r-- | src/H5Smpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Smpio.c b/src/H5Smpio.c index 2610f94..fdfa569 100644 --- a/src/H5Smpio.c +++ b/src/H5Smpio.c @@ -152,7 +152,7 @@ H5S_mpio_hyper_type( const H5S_t *space, const size_t elmt_size, /* Check and abbreviate args */ assert (space); - diminfo = space->select.sel_info.hyper.diminfo; + diminfo = space->select.sel_info.hslab.diminfo; assert (diminfo); rank = space->extent.u.simple.rank; assert (rank >= 0); |