1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-10-15 07:20:35 +02:00

more specific AutGroupElem overload

This commit is contained in:
kalmar 2017-05-15 09:51:35 +02:00
parent e8ffc55b72
commit fbee33153f

View File

@ -138,7 +138,7 @@ function (f::AutSymbol){T}(v::Vector{GWord{T}})
return f.func(v)
end
function (F::AutGroupElem)(v)
function (F::AutGroupElem)(v::Vector)
for f in F.symbols
v = f(v)
end