diff --git a/image_analysis/scale_merge/ReindexAmbiguity.cpp b/image_analysis/scale_merge/ReindexAmbiguity.cpp index e72f6ed2..55336cf7 100644 --- a/image_analysis/scale_merge/ReindexAmbiguity.cpp +++ b/image_analysis/scale_merge/ReindexAmbiguity.cpp @@ -78,7 +78,16 @@ std::vector ReindexMergedIntoAsu(const std::vector 0, so the row that was the plus mate of its pair is the minus mate of + // the new one. The intensity now standing at the plus index is the one that was at -hkl before. + CHECK(out[0].I_plus == 90.0f); + CHECK(out[0].I_minus == 110.0f); +}