diff options
-rw-r--r-- | src/H5Psimp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Psimp.c b/src/H5Psimp.c index a6ecaf2..f9caccd 100644 --- a/src/H5Psimp.c +++ b/src/H5Psimp.c @@ -128,6 +128,7 @@ H5P_simp_fgath (H5F_t *f, const struct H5O_layout_t *layout, hsize, sample))<0) { HRETURN_ERROR (H5E_DATASPACE, H5E_CANTINIT, 0, "unable to retrieve hyperslab parameters"); + } #else if ((space_ndims=H5P_get_hyperslab (file_space, file_offset_signed, hsize, sample))<0) { |