VOL FEATURE

This commit is contained in:
Dana Robinson
2018-10-10 08:10:15 -07:00
parent 471150151d
commit e962df1591
177 changed files with 16622 additions and 2680 deletions
+1 -1
View File
@@ -1187,7 +1187,7 @@ open_hdf5_file(const hbool_t create_file,
} else {
file_ptr = (struct H5F_t *)H5I_object_verify(file_id, H5I_FILE);
file_ptr = (struct H5F_t *)H5VL_object_verify(file_id, H5I_FILE);
if ( file_ptr == NULL ) {