mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 23:37:14 +02:00
WIP
This commit is contained in:
@ -400,7 +400,7 @@ void qTabMeasurement::Enable(bool enable) {
|
||||
}
|
||||
|
||||
int qTabMeasurement::VerifyOutputDirectoryError() {
|
||||
for (int i = 0; i < myDet->getNumberOfDetectors(); i++) {
|
||||
for (int i = 0; i < myDet->getNumberOfDetectors(); i++) {xx
|
||||
if (getModuleErrorMask(i) == FILE_PATH_DOES_NOT_EXIST) {
|
||||
return slsDetectorDefs:: FAIL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user