IndexerWrapper: Add indexed spots information
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user