eiger passed

This commit is contained in:
2021-10-08 15:06:09 +02:00
parent 41a585a969
commit 4bcc1a24f0
7 changed files with 20 additions and 27 deletions

View File

@ -833,10 +833,6 @@ Result<std::string> Detector::getScanErrorMessage(Positions pos) const {
// Network Configuration (Detector<->Receiver)
Result<int> Detector::getNumberofUDPInterfaces(Positions pos) const {
if (getDetectorType().squash() != defs::JUNGFRAU) {
throw sls::RuntimeError(
"Cannot set number of udp interfaces for this detector.");
}
// also called by vetostream (for gotthard2)
return pimpl->getNumberofUDPInterfaces(pos);
}