From ffead723c2dcb40a9fcd24d881cd83a91c2f800f Mon Sep 17 00:00:00 2001 From: James Mitchell Date: Tue, 3 Sep 2024 08:56:51 +0100 Subject: [PATCH] Update gap/attr.gi --- gap/attr.gi | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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",