This commit is contained in:
hinger_v 2025-03-13 16:02:24 +01:00
parent 721d296712
commit 2b68b2158b

View File

@ -216,6 +216,7 @@ bool HDF5File::OpenFrameIndexDataset() {
int HDF5File::OpenResources (char const*const fname, bool validate) {
cprintf(BLUE, "Attempting to open file: %s\n", fname);
// Open File
file = H5Fopen (fname, H5F_ACC_RDONLY, H5P_DEFAULT);
if (file < 0) {