Skip to content

Commit

Permalink
Update gap/attr.gi
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell authored Sep 3, 2024
1 parent f4b45f0 commit ffead72
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gap/attr.gi
Original file line number Diff line number Diff line change
Expand Up @@ -702,11 +702,7 @@ function(D)
end);

InstallMethod(DigraphNrAdjacencies, "for a digraph", [IsDigraphByOutNeighboursRep],
function(D)
local m;
m := DIGRAPH_NRADJACENCIES(D);
return m;
end);
DIGRAPH_NRADJACENCIES);

InstallMethod(DigraphNrLoops,
"for a digraph by out-neighbours",
Expand Down

0 comments on commit ffead72

Please sign in to comment.