make baseless_warn global

This commit is contained in:
kalmarek 2017-11-15 20:30:08 +01:00
parent 807fd553fa
commit ffffc7134d
1 changed files with 1 additions and 1 deletions

View File

@ -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