Skip to content

Commit c6dabf9

Browse files
committed
More changes made to DigraphRemoveAllEdges
1 parent f1ac56e commit c6dabf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gap/attr.gd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ DeclareAttributeThatReturnsDigraph("DigraphReverse", IsDigraph);
9090
DeclareAttributeThatReturnsDigraph("DigraphDual", IsDigraph);
9191
DeclareAttributeThatReturnsDigraph("ReducedDigraph", IsDigraph);
9292
DeclareAttributeThatReturnsDigraph("DigraphRemoveAllMultipleEdges", IsDigraph);
93-
DeclareAttributeThatReturnsDigraph("DigraphRemoveAllEdges", IsImmutableDigraph);
94-
DeclareAttributeThatReturnsDigraph("DigraphRemoveAllEdges", IsMutableDigraph);
93+
DeclareAttributeThatReturnsDigraph("DigraphRemoveAllEdges", IsDigraph);
9594

9695
# TODO replace all DeclareOperations below to
9796
# DeclareAttributeThatReturnsDigraph, and remove the *Attr versions.

0 commit comments

Comments
 (0)