diff --git a/src/h5core/h5u_model.c b/src/h5core/h5u_model.c index a4b740e..234ed51 100644 --- a/src/h5core/h5u_model.c +++ b/src/h5core/h5u_model.c @@ -161,7 +161,7 @@ h5u_set_num_particles ( &start, &hstride, &count, NULL) ); } else { - hdf5_select_none (u->diskshape); + TRY (hdf5_select_none (u->diskshape)); } #endif H5_CORE_API_RETURN (H5_SUCCESS);