]> granicus.if.org Git - graphviz/commitdiff
sparse Multilevel_Modularity_Clustering_establi: remove unhelpful comment
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 2 Jan 2023 00:19:26 +0000 (16:19 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 3 Jan 2023 02:57:45 +0000 (18:57 -0800)
lib/sparse/clustering.c

index 33435e10ba5544004d1ca7f1b50c78f4782623a4..f0802c08ac28d69fab44b0de0d7316773415a7ed 100644 (file)
@@ -186,7 +186,6 @@ static Multilevel_Modularity_Clustering Multilevel_Modularity_Clustering_establi
   if (Verbose) fprintf(stderr,"modularity = %f new modularity = %f level = %d, n = %d, nc = %d, gain = %g\n", modularity, modularity + total_gain, 
                       level, n, nc, total_gain);
 
-  /* !!!!!!!!!!!!!!!!!!!!!! */
   if (ncluster_target > 0){
     if (nc <= ncluster_target && n >= ncluster_target){
       if (n - ncluster_target > ncluster_target - nc){/* ncluster = nc */