From ffffc7134d2f23d2e234a04f260eada94a59064e Mon Sep 17 00:00:00 2001 From: kalmarek Date: Wed, 15 Nov 2017 20:30:08 +0100 Subject: [PATCH] make baseless_warn global --- src/GroupRings.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GroupRings.jl b/src/GroupRings.jl index 223de3b..50f96e6 100644 --- a/src/GroupRings.jl +++ b/src/GroupRings.jl @@ -11,7 +11,7 @@ import Base: convert, show, hash, ==, +, -, *, //, /, length, norm, rationalize, # ############################################################################### -baseless_warn = false +global baseless_warn = false mutable struct GroupRing{Gr<:Group, T<:GroupElem} <: Ring group::Gr