diff --git a/src/Projections.jl b/src/Projections.jl index 93b4ee0..ab1b852 100644 --- a/src/Projections.jl +++ b/src/Projections.jl @@ -142,7 +142,7 @@ function rankOne_projections(BN::WreathProduct, T::Type=Rational{Int}) N = BN.P.n # projections as elements of the group rings RSâ‚™ - SNprojs_nc = [rankOne_projections(PermutationGroup(i), T) for i in 1:N] + SNprojs_nc = [rankOne_projections(PermutationGroup(i)) for i in 1:N] # embedding into group ring of BN RBN = GroupRing(BN)