pulse chip fixed

This commit is contained in:
Dhanya Maliakal
2015-11-20 16:41:27 +01:00
parent c097dfc8b3
commit 8ae1e812e6
5 changed files with 6 additions and 6 deletions

View File

@ -5150,7 +5150,7 @@ int multiSlsDetector::pulseChip(int n) {
int ret=-100,ret1;
for (int idet=0; idet<thisMultiDetector->numberOfDetectors; idet++)
if (detectors[idet]){
ret1=detectors[idet]->pulsePixelNMove(n);
ret1=detectors[idet]->pulseChip(n);
if(detectors[idet]->getErrorMask())
setErrorMask(getErrorMask()|(1<<idet));
if(ret==-100)