mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
more specific AutGroupElem overload
This commit is contained in:
parent
e8ffc55b72
commit
fbee33153f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user