fix: SOutFN requires only N

This commit is contained in:
kalmar 2017-06-09 22:02:48 +02:00
parent 7e159f9d3d
commit 6ac2f02fba
1 changed files with 1 additions and 1 deletions

View File

@ -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)