]> granicus.if.org Git - graphviz/commitdiff
sfdpgen: remove “dan yi dian, wu ban” comments
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Sep 2022 03:46:51 +0000 (20:46 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 11 Sep 2022 23:56:02 +0000 (16:56 -0700)
According to Google Translate, this is Mandarin that means “but a little, dance
partner.” I do not see how this is helpful in understanding the surrounding
code.

lib/sfdpgen/Multilevel.c

index acbda76899c08712e2832b28fdea606ab5b6da46..105a3fd3f9b0f25222e0fc5f7996908258031798 100644 (file)
@@ -400,7 +400,6 @@ static void maximal_independent_edge_set_heavest_edge_pernode_leaves_first(Spars
       }
     }
 
-    /* dan yi dian, wu ban */
     for (i = 0; i < m; i++){
       if (matched[i] == i){
        (*cluster)[nz++] = i;
@@ -472,7 +471,6 @@ static void maximal_independent_edge_set_heavest_edge_pernode_leaves_first(Spars
       }
     }
 
-    /* dan yi dian, wu ban */
     for (i = 0; i < m; i++){
       if (matched[i] == i){
        (*cluster)[nz++] = i;
@@ -562,7 +560,6 @@ static void maximal_independent_edge_set_heavest_edge_pernode_supernodes_first(S
       }
     }
 
-    /* dan yi dian, wu ban */
     for (i = 0; i < m; i++){
       if (matched[i] == i){
        (*cluster)[nz++] = i;
@@ -601,7 +598,6 @@ static void maximal_independent_edge_set_heavest_edge_pernode_supernodes_first(S
       }
     }
 
-    /* dan yi dian, wu ban */
     for (i = 0; i < m; i++){
       if (matched[i] == i){
        (*cluster)[nz++] = i;
@@ -716,7 +712,6 @@ static void maximal_independent_edge_set_heavest_cluster_pernode_leaves_first(Sp
     }
   }
   
-  /* dan yi dian, wu ban */
   for (i = 0; i < m; i++){
     if (matched[i] == i){
       (*cluster)[nz++] = i;