mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 00:58:01 +02:00
reciever hdf5 compiling error fixed
This commit is contained in:
@ -451,7 +451,7 @@ void slsReceiverImplementation::setFileFormat(const fileFormat f) {
|
||||
for(const auto& it : dataProcessor)
|
||||
it->SetFileFormat(f);
|
||||
|
||||
FILE_LOG(logINFO) << "File Format:" << getFileFormatType(fileFormatType);
|
||||
FILE_LOG(logINFO) << "File Format: " << getFileFormatType(fileFormatType);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user