fixwed the printing of errors but not error message

This commit is contained in:
Dhanya Maliakal
2016-12-19 11:33:16 +01:00
parent b5f7dc29af
commit d555bc6e75
2 changed files with 21 additions and 23 deletions

View File

@ -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;