IndexerWrapper: Add indexed spots information

This commit is contained in:
2023-05-18 09:13:28 +02:00
parent 8c85789a77
commit e3998a7488
3 changed files with 35 additions and 3 deletions

View File

@@ -94,6 +94,7 @@ TEST_CASE("FastFeedbackIndexer","[Indexing]") {
//REQUIRE(c.a == Approx(uc.a));
//REQUIRE(c.b == Approx(uc.b));
//REQUIRE(c.c == Approx(uc.c));
REQUIRE(ret[0].indexed_spots_count == recip.size());
double err[3] = {0.0, 0.0, 0.0};
for (const auto &iter: recip) {