We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40ce59 commit 52acc84Copy full SHA for 52acc84
1 file changed
src/coloring.jl
@@ -611,7 +611,7 @@ function postprocess!(
611
612
# Iterate through all non-trivial trees
613
for k in 1:nt
614
- # Starting index of the first edge in the tree
+ # Position of the first edge in the tree
615
first = tree_edge_indices[k]
616
617
# Total number of edges in the tree
@@ -638,7 +638,7 @@ function postprocess!(
638
# Process the trivial trees (if any)
639
if nb_trivial_trees > 0
640
641
642
643
644
0 commit comments