mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
tests fix
This commit is contained in:
@ -3020,7 +3020,7 @@ TEST_CASE("zmqport", "[.cmd]") {
|
||||
|
||||
int socketsperdetector = 1;
|
||||
auto det_type = det.getDetectorType().squash();
|
||||
int prev;
|
||||
int prev = 1;
|
||||
if (det_type == slsDetectorDefs::EIGER) {
|
||||
socketsperdetector *= 2;
|
||||
} else if (det_type == slsDetectorDefs::JUNGFRAU) {
|
||||
|
Reference in New Issue
Block a user