works with hdf5

This commit is contained in:
2021-09-16 10:09:30 +02:00
parent cb6cbaeeec
commit b98eee5b9a
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -25,5 +25,5 @@ class HDF5MasterFile : private virtual slsDetectorDefs, public File {
std::mutex *hdf5Lib_;
H5File *fd_{nullptr};
std::string fileName_;
hid_t groupId_{0};
std::string attrGroupName_;
};