mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 08:17:13 +02:00
bug did not give error when switching to hdf5
This commit is contained in:
@ -250,10 +250,11 @@ void UDPBaseImplementation::setFileFormat(const fileFormat f){
|
||||
switch(f){
|
||||
#ifdef HDF5C
|
||||
case HDF5:
|
||||
fileFormatType = f;
|
||||
fileFormatType = HDF5;
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
fileFormatType = f;
|
||||
fileFormatType = BINARY;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user