v1.0.0-rc.118 #25

Merged
leonarski_f merged 7 commits from 2511-1.0.0-rc.118 into main 2025-12-06 20:05:30 +01:00
Showing only changes of commit 3ef11420f9 - Show all commits

View File

@@ -139,6 +139,6 @@ std::optional<RotationIndexerResult> RotationIndexer::GetLattice() {
return RotationIndexerResult{
.lattice = indexed_lattice.value(),
.search_result = search_result_,
.geom = geom_
.geom = updated_geom_
};
}