VFD SWMR: Normalization with develop (#1078)

Brings many changes from develop, particularly VOL changes for async
This commit is contained in:
Dana Robinson
2021-10-05 22:37:12 -07:00
committed by GitHub
parent 5592111747
commit a45b73e427
381 changed files with 19095 additions and 10324 deletions

View File

@@ -100,7 +100,7 @@ public class TestH5Arw {
if (H5aid >= 0)
try {H5.H5Aclose(H5aid);} catch (Exception ex) {}
if (H5did >= 0)
try {H5.H5Aclose(H5did);} catch (Exception ex) {}
try {H5.H5Dclose(H5did);} catch (Exception ex) {}
if (H5fid > 0)
try {H5.H5Fclose(H5fid);} catch (Exception ex) {}
H5fid = HDF5Constants.H5I_INVALID_HID;