1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-08-02 06:43:27 +02:00

make baseless_warn global

This commit is contained in:
kalmarek 2017-11-15 20:30:08 +01:00
parent 807fd553fa
commit ffffc7134d

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