fix: SOutFN requires only N
This commit is contained in:
parent
7e159f9d3d
commit
6ac2f02fba
@ -109,7 +109,7 @@ function main()
|
||||
info(logger, "Precision: $tol")
|
||||
info(logger, "Upper bound: $upper_bound")
|
||||
|
||||
G, S = SOutFN_generating_set(logger, dirname, N)
|
||||
G, S = SOutFN_generating_set(N)
|
||||
info(logger, G)
|
||||
info(logger, "Symmetric generating set of size $(length(S))")
|
||||
info(logger, S)
|
||||
|
Loading…
Reference in New Issue
Block a user