mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-26 02:20:30 +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)
|
return f.func(v)
|
||||||
end
|
end
|
||||||
|
|
||||||
function (F::AutGroupElem)(v)
|
function (F::AutGroupElem)(v::Vector)
|
||||||
for f in F.symbols
|
for f in F.symbols
|
||||||
v = f(v)
|
v = f(v)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user