mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
remove init kwarg from prod (unsupported on julia-1.3)
This commit is contained in:
parent
ed1e3f9709
commit
ef4470833a
@ -262,7 +262,7 @@ using Groups.KnuthBendix
|
||||
G(Ta(λ, i) * inv(A, Ta(λ, j) * Tα(λ, j))^6 * (Ta(λ, j) * Tα(λ, j) * z)^4 * c)
|
||||
end
|
||||
|
||||
τ = (G(Ta(λ, 1) * Tα(λ, 1))^6) * prod(halftwists, init = one(G))
|
||||
τ = (G(Ta(λ, 1) * Tα(λ, 1))^6) * prod(halftwists)
|
||||
|
||||
# τ^genus is trivial but only in autπ₁Σ₄
|
||||
# here we check its centrality
|
||||
|
Loading…
Reference in New Issue
Block a user