updated comment
Build on RHEL9 / build (push) Successful in 2m58s
Build on RHEL8 / build (push) Successful in 3m23s
Run tests using data on local RHEL8 / build (push) Failing after 4m16s

This commit is contained in:
Erik Frojdh
2026-09-03 13:48:30 +02:00
parent 331bac2c27
commit fa02e439d6
+1 -1
View File
@@ -194,7 +194,7 @@ Cluster<T, 2, 2, uint16_t> reduce_to_2x2(const Cluster<T, 3, 3, uint16_t> &c) {
* @brief Reduce a cluster to the 3x3 block around its center index.
* @param c Cluster to reduce
* @pre ClusterSizeX and ClusterSizeY must both be odd.
* @return Reduced cluster. Input coordinates are preserved.
* @return Reduced cluster with the input coordinates are preserved.
*/
template <typename T, uint8_t ClusterSizeX, uint8_t ClusterSizeY,
typename CoordType = int16_t>