mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 10:30:41 +02:00
Debug
This commit is contained in:
parent
721d296712
commit
2b68b2158b
@ -216,6 +216,7 @@ bool HDF5File::OpenFrameIndexDataset() {
|
|||||||
|
|
||||||
int HDF5File::OpenResources (char const*const fname, bool validate) {
|
int HDF5File::OpenResources (char const*const fname, bool validate) {
|
||||||
|
|
||||||
|
cprintf(BLUE, "Attempting to open file: %s\n", fname);
|
||||||
// Open File
|
// Open File
|
||||||
file = H5Fopen (fname, H5F_ACC_RDONLY, H5P_DEFAULT);
|
file = H5Fopen (fname, H5F_ACC_RDONLY, H5P_DEFAULT);
|
||||||
if (file < 0) {
|
if (file < 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user