From de72253e905ab1932277fadef918ff9a6928908d Mon Sep 17 00:00:00 2001 From: kalmar Date: Fri, 21 Jul 2017 20:36:48 +0200 Subject: [PATCH] export complete! and star-involution --- src/GroupRings.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GroupRings.jl b/src/GroupRings.jl index bc826cd..bf3e173 100644 --- a/src/GroupRings.jl +++ b/src/GroupRings.jl @@ -69,7 +69,7 @@ type GroupRingElem{T<:Number} <: RingElem end end -export GroupRing, GroupRingElem, complete, create_pm +export GroupRing, GroupRingElem, complete!, create_pm, star ############################################################################### #