mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
fixwed the printing of errors but not error message
This commit is contained in:
@ -140,8 +140,6 @@ multiSlsDetector::multiSlsDetector(int id) : slsDetectorUtils(), shmId(-1)
|
||||
thisMultiDetector->fileIndex=0;
|
||||
/** set frames per file to default to 1*/
|
||||
thisMultiDetector->framesPerFile=1;
|
||||
/** set fileIndex to default to 0*/
|
||||
thisMultiDetector->fileIndex=0;
|
||||
/** set fileFormat to default to ascii*/
|
||||
thisMultiDetector->fileFormatType=ASCII;
|
||||
|
||||
@ -4364,6 +4362,7 @@ int multiSlsDetector::readConfigurationFile(string const fname){
|
||||
// char ext[100];
|
||||
|
||||
setAcquiringFlag(false);
|
||||
clearAllErrorMask();
|
||||
|
||||
string ans;
|
||||
string str;
|
||||
|
Reference in New Issue
Block a user