diff --git a/gap/attr.gi b/gap/attr.gi index 83a0d68c7..68fdd903c 100644 --- a/gap/attr.gi +++ b/gap/attr.gi @@ -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",