fixed problem with dbitpipeline in ctb gui

This commit is contained in:
bergamaschi 2019-08-28 12:05:45 +02:00
parent f123a280bb
commit 014b8cf9a6

View File

@ -872,7 +872,7 @@ void ctbPattern::update() {
eDBitClkPhase->SetNumber(n);
try {
myDet->setSpeed(slsDetectorDefs::DBIT_PIPELINE,0,-1);
n=myDet->setSpeed(slsDetectorDefs::DBIT_PIPELINE,-1,0);
} catch (...) {
cout << "Do nothing for this error" << endl;