mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
remove old commented stuff
This commit is contained in:
parent
2109f63738
commit
4bf178ea94
@ -13,11 +13,8 @@ end
|
||||
function (f::AutSymbol){T}(v::Vector{GWord{T}})
|
||||
if f.pow == 0
|
||||
return v
|
||||
else
|
||||
return f.func(v)
|
||||
# else
|
||||
# throw(ArgumentError("Check that Symbol $f is properly defined!\n $(dump(f))"))
|
||||
end
|
||||
return f.func(v)
|
||||
end
|
||||
|
||||
(==)(s::AutSymbol, t::AutSymbol) = s.gen == t.gen && s.pow == t.pow
|
||||
|
Loading…
Reference in New Issue
Block a user