Revert "pulse chip fixed"

This reverts commit f85739e8b64a3b0c7af02d068a2cc429064ad103.
This commit is contained in:
Wang Xiaoqiang
2015-12-15 16:26:44 +01:00
parent 4fc8065ef5
commit ca6f2b8588
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]->pulseChip(n);
ret1=detectors[idet]->pulsePixelNMove(n);
if(detectors[idet]->getErrorMask())
setErrorMask(getErrorMask()|(1<<idet));
if(ret==-100)