Merge branch 'developer' of github.com:slsdetectorgroup/slsDetectorPackage into developer

This commit is contained in:
Erik Frojdh 2020-06-24 09:11:38 +02:00
commit bcd217b6fe

View File

@ -1,4 +1,3 @@
#ifdef HDF5C
#pragma once
/************************************************
* @file HDF5File.h
@ -91,4 +90,3 @@ class HDF5File : private virtual slsDetectorDefs, public File {
uint64_t extNumImages;
};
#endif