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