mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 23:37:14 +02:00
removed command threaded
This commit is contained in:
@ -439,7 +439,7 @@ void slsDetector::initializeDetectorStructure(detectorType type) {
|
||||
thisDetector->nTrimEn = 0;
|
||||
for(int i = 0; i < MAX_TRIMEN; ++i)
|
||||
thisDetector->trimEnergies[i] = 0;
|
||||
thisDetector->threadedProcessing = 1;
|
||||
// thisDetector->threadedProcessing = 1;
|
||||
thisDetector->nROI = 0;
|
||||
memset(thisDetector->roiLimits, 0, MAX_ROIS * sizeof(ROI));
|
||||
thisDetector->roFlags = NORMAL_READOUT;
|
||||
|
Reference in New Issue
Block a user