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

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