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:
2018-10-03 17:56:04 +02:00
parent 251a7c2446
commit 1c70f9ec65
4 changed files with 424 additions and 645 deletions

View File

@ -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 { \