Skip to content

Commit 9328eb6

Browse files
committed
Fix a typo in postprocessing.jl
1 parent 299b6da commit 9328eb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/postprocessing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function postprocess!(
1313
color_used = zeros(Bool, nb_colors)
1414

1515
# nonzero diagonal coefficients force the use of their respective color (there can be no neutral colors if the diagonal is fully nonzero)
16-
if !augmented_system(g)
16+
if !augmented_graph(g)
1717
for i in axes(S, 1)
1818
if !iszero(S[i, i])
1919
color_used[color[i]] = true

0 commit comments

Comments
 (0)