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)

View File

@ -3099,9 +3099,9 @@ slsDetectorDefs::detectorSettings slsDetector::getSettings(int imod){
} else{
controlSocket->ReceiveDataOnly(&retval,sizeof(retval));
thisDetector->currentSettings=(detectorSettings)retval;
#ifdef VERBOSE
//#ifdef VERBOSE
std::cout<< "Settings are "<< retval << std::endl;
#endif
//#endif
}
disconnectControl();
if (ret==FORCE_UPDATE)