mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 14:57:13 +02:00
transmission delay added
This commit is contained in:
@ -2077,7 +2077,7 @@ slsDetectorDefs::ROI* multiSlsDetector::getROI(int &n){
|
||||
int maxroi = ndet*MAX_ROIS;
|
||||
ROI temproi;
|
||||
ROI roiLimits[maxroi];
|
||||
ROI retval[maxroi];
|
||||
ROI* retval = new ROI[maxroi];
|
||||
ROI* temp=0;
|
||||
int index=0;
|
||||
|
||||
|
Reference in New Issue
Block a user