We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf7348 commit 5acc525Copy full SHA for 5acc525
src/radius_clustering/utils/main-emos.c
@@ -528,7 +528,7 @@ static int partition_free_vertices(){
528
}
529
total++;
530
531
- // printf(" %d free vertice, lower bound = %d\n",total,lb);
+ // printf(" %d free vertices, lower bound = %d\n",total,lb);
532
return lb;
533
534
@@ -831,7 +831,7 @@ static int absorb_domed_node(int node){
831
return TRUE;
832
833
834
-static void reduce_dominated_vertice(){
+static void reduce_dominated_vertices(){
835
for(int i=CUR_LEVEL;i<CUR_UND_IDX;i++){
836
int node=CFG[i];
837
assert(domed(node));
0 commit comments