This commit is contained in:
2020-06-03 14:56:24 +02:00
parent 4053594c4d
commit 223e24f924
5 changed files with 25 additions and 11 deletions

View File

@ -357,7 +357,7 @@ void DetectorImpl::setGapPixelsinCallback(const bool enable) {
break;
default:
throw RuntimeError("Gap Pixels is not implemented for " +
multi_shm()->multiDetectorType);
ToString(multi_shm()->multiDetectorType));
}
}
multi_shm()->gapPixels = enable;