1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-08-02 14:48:27 +02:00

always return result from mul!

This commit is contained in:
kalmar 2017-07-21 17:15:38 +02:00
parent 2763a9c9cc
commit 9a35d1f6ae

View File

@ -351,6 +351,7 @@ function mul!{T}(result::AbstractVector{T},
end end
end end
end end
return result
end end
doc""" doc"""