transmission delay added

This commit is contained in:
Dhanya Maliakal
2016-08-03 17:03:37 +02:00
parent 1db5ef4fd4
commit d28d737fb9
15 changed files with 243 additions and 52 deletions

View File

@ -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;