Skip to content

Commit 52acc84

Browse files
committed
Update two comments
1 parent e40ce59 commit 52acc84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/coloring.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ function postprocess!(
611611

612612
# Iterate through all non-trivial trees
613613
for k in 1:nt
614-
# Starting index of the first edge in the tree
614+
# Position of the first edge in the tree
615615
first = tree_edge_indices[k]
616616

617617
# Total number of edges in the tree
@@ -638,7 +638,7 @@ function postprocess!(
638638
# Process the trivial trees (if any)
639639
if nb_trivial_trees > 0
640640
for k in 1:nt
641-
# Starting index of the first edge in the tree
641+
# Position of the first edge in the tree
642642
first = tree_edge_indices[k]
643643

644644
# Total number of edges in the tree

0 commit comments

Comments
 (0)