1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-12 01:35:30 +02:00

delete superfluous ")"

This commit is contained in:
kalmar 2017-01-25 15:57:25 +01:00
parent de4d91a56a
commit 45e6eb47ea

View File

@ -98,7 +98,7 @@ freegroup_reduce(W::GWord) = freegroup_reduce!(deepcopy(W))
function hash{T}(W::GWord{T}, h::UInt)
W.modified && freegroup_reduce!(W)
return W.savedhash) + h
return W.savedhash + h
end
function (==){T}(W::GWord{T}, Z::GWord{T})