mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
shadowing variables
This commit is contained in:
@ -106,8 +106,8 @@ TEST_CASE("Set ROI", "[detector]") {
|
||||
slsDetector d(slsDetectorDefs::detectorType::EIGER, 0, 0);
|
||||
|
||||
int n{0};
|
||||
auto res = d.getROI(n);
|
||||
// CHECK(n == 0);
|
||||
d.getROI(n);
|
||||
CHECK(n == 0);
|
||||
CHECK(d.getNRoi() == 0);
|
||||
|
||||
// set one ROI
|
||||
|
Reference in New Issue
Block a user