From 3c8022b59d533643d661c5087040bedc42b0b4d8 Mon Sep 17 00:00:00 2001 From: kalmar Date: Wed, 17 May 2017 17:45:03 +0200 Subject: [PATCH] export complete, create_pm --- src/GroupRings.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GroupRings.jl b/src/GroupRings.jl index 1fbacfc..69c65bf 100644 --- a/src/GroupRings.jl +++ b/src/GroupRings.jl @@ -43,7 +43,7 @@ type GroupRingElem{T<:Number} <: RingElem end end -export GroupRing, GroupRingElem +export GroupRing, GroupRingElem, complete, create_pm ############################################################################### #