Skip to content
Snippets Groups Projects

Document/Test/Fix the "stability" of find index of minimum impl

Merged Christos Anastopoulos requested to merge ATLAS-EGamma/athena:test_find_minimum into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -343,7 +343,7 @@ findMergesImpl(const Component1DArray& componentsIn,
while (numberOfComponentsLeft > reducedSize) {
// find pair with minimum distance
const int32_t minIndex =
findMinimumIndex::impl<findMinimumIndex::C>(
findMinimumIndex::impl<findMinimumIndex::VecUnordered>(
distances.buffer(), nnpadded);
const triangularToIJ conversion = convert(minIndex);
int8_t minTo = conversion.I;
Loading