mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
mutli.cpp updated half (without masking multi error and no check on detectors boundaries for adding exceptions later. done upto savecalibrationfile
This commit is contained in:
@ -124,7 +124,10 @@ public:
|
||||
} \
|
||||
del=1; \
|
||||
} \
|
||||
|
||||
if (pos >= myDetector->getNumberOfDetectors()) { \
|
||||
std::cout << "position is out of bounds." << std::endl; \
|
||||
return; \
|
||||
} \
|
||||
// call multi detector command line
|
||||
myCmd=new multiSlsDetectorCommand(myDetector); \
|
||||
try { \
|
||||
|
Reference in New Issue
Block a user