From 3928d10bef88a8d2c24e45a8459a034a05c1be5e Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Tue, 26 Dec 2023 18:33:04 +0100 Subject: [PATCH] Remove outdated warning comment --- src/cluster/cluster.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/cluster/cluster.cpp b/src/cluster/cluster.cpp index ba2c38a4..d37fff97 100644 --- a/src/cluster/cluster.cpp +++ b/src/cluster/cluster.cpp @@ -11,11 +11,6 @@ using namespace std; -/* - * >>> WARNING: works only for IDFC >= 0, as the original code <<< - * - */ - /*! \brief C++ implementation of CLU * * \param config_file: `string` Name of the configuration file. -- GitLab