IndexAndRefine: Fix using lattice at zero deg for refinement

This commit is contained in:
2026-01-20 13:28:42 +01:00
parent 3e721dc476
commit 7da28b5c9a
4 changed files with 9 additions and 17 deletions
-1
View File
@@ -133,7 +133,6 @@ std::optional<RotationIndexerResult> RotationIndexer::ProcessImage(int64_t image
.search_result = search_result_,
.geom = updated_geom_
};
return GetLattice();
}
std::optional<RotationIndexerResult> RotationIndexer::GetLattice() {