From d4a1044fce8bb8b0748971e3fe8dd92abed4fbbf Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 1 May 2025 12:08:29 +0200 Subject: [PATCH] incorrect counter mask tested --- slsDetectorSoftware/tests/Caller/test-Caller-mythen3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/tests/Caller/test-Caller-mythen3.cpp b/slsDetectorSoftware/tests/Caller/test-Caller-mythen3.cpp index 598439407..ec1a68ef5 100644 --- a/slsDetectorSoftware/tests/Caller/test-Caller-mythen3.cpp +++ b/slsDetectorSoftware/tests/Caller/test-Caller-mythen3.cpp @@ -47,7 +47,7 @@ TEST_CASE("mythen3_acquire_check_file_size", "[.cmdcall]") { // set default specific det type config det.setDynamicRange(16); int test_counter_mask = 0x1; - int num_counters = __builtin_popcount(counter_mask); + int num_counters = __builtin_popcount(test_counter_mask); det.setCounterMask(test_counter_mask); // acquire