Skip to content

Commit 42d8828

Browse files
Update for gaplint 1.2.0
1 parent 397225b commit 42d8828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gap/digraph.gi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ end);
16351635
InstallMethod(RandomDigraphCons,
16361636
"for IsStronglyConnectedDigraph, a positive integer, and a float",
16371637
[IsStronglyConnectedDigraph, IsPosInt, IsFloat],
1638-
function(filt, n, p)
1638+
function(_, n, p)
16391639
local d, adjMatrix, stronglyConnectedComponents,
16401640
scc_a, scc_b, i, random_u, random_v;
16411641

0 commit comments

Comments
 (0)