mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 14:36:49 +01: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