Skip to content

Commit

Permalink
Handle mutability
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniscirpons authored Aug 29, 2024
1 parent a9d02b2 commit ae29cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/attr.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ function(D)
end;

digraph := DigraphSymmetricClosure(DigraphRemoveLoops(
DigraphRemoveAllMultipleEdges(D)));
DigraphRemoveAllMultipleEdges(DigraphMutableCopyIfMutable(D))));

SetDigraphVertexLabels(digraph,
Reversed(DigraphDegeneracyOrdering(digraph)));
Expand Down

0 comments on commit ae29cfa

Please sign in to comment.