From fa02e439d64421a83fc9195a33e5aa797ae8a1d7 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Thu, 3 Sep 2026 13:48:30 +0200 Subject: [PATCH] updated comment --- include/aare/Cluster.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aare/Cluster.hpp b/include/aare/Cluster.hpp index b2a274fe..fee7f26c 100755 --- a/include/aare/Cluster.hpp +++ b/include/aare/Cluster.hpp @@ -194,7 +194,7 @@ Cluster reduce_to_2x2(const Cluster &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