Skip to content

Commit 5acc525

Browse files
committed
spelling: vertices
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent cdf7348 commit 5acc525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/radius_clustering/utils/main-emos.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ static int partition_free_vertices(){
528528
}
529529
total++;
530530
}
531-
// printf(" %d free vertice, lower bound = %d\n",total,lb);
531+
// printf(" %d free vertices, lower bound = %d\n",total,lb);
532532
return lb;
533533
}
534534

@@ -831,7 +831,7 @@ static int absorb_domed_node(int node){
831831
return TRUE;
832832
}
833833

834-
static void reduce_dominated_vertice(){
834+
static void reduce_dominated_vertices(){
835835
for(int i=CUR_LEVEL;i<CUR_UND_IDX;i++){
836836
int node=CFG[i];
837837
assert(domed(node));

0 commit comments

Comments
 (0)