This commit is contained in:
Dhanya Maliakal
2016-03-10 17:28:23 +01:00
parent d3a7d3bad3
commit f8a850ccb2
2 changed files with 3 additions and 3 deletions

View File

@ -1168,7 +1168,7 @@ slsDetectorDefs::detectorSettings multiSlsDetector::getSettings(int pos) {
for (i=posmin; i<posmax; i++) {
if (detectors[i]) {
ret1=detectors[i]->getSettings();
ret1=detectors[i]->getSettings();cout<<"ret1:"<<ret1<<endl;
if(detectors[i]->getErrorMask())
setErrorMask(getErrorMask()|(1<<i));
if (ret==GET_SETTINGS)