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_ }; }