From 3ef11420f9f3ad69eebcbf3303470fb8422d2b17 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Sat, 6 Dec 2025 15:32:08 +0100 Subject: [PATCH] RotationIndexer: Return updated geometry --- image_analysis/RotationIndexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_analysis/RotationIndexer.cpp b/image_analysis/RotationIndexer.cpp index 9d157bcc..fcacf5b0 100644 --- a/image_analysis/RotationIndexer.cpp +++ b/image_analysis/RotationIndexer.cpp @@ -139,6 +139,6 @@ std::optional RotationIndexer::GetLattice() { return RotationIndexerResult{ .lattice = indexed_lattice.value(), .search_result = search_result_, - .geom = geom_ + .geom = updated_geom_ }; }