1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-11-11 12:35:27 +01:00

export complete, create_pm

This commit is contained in:
kalmar 2017-05-17 17:45:03 +02:00
parent 408c5a34e3
commit 3c8022b59d

View File

@ -43,7 +43,7 @@ type GroupRingElem{T<:Number} <: RingElem
end end
end end
export GroupRing, GroupRingElem export GroupRing, GroupRingElem, complete, create_pm
############################################################################### ###############################################################################
# #