mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-12-29 11:00:28 +01:00
change full -> initialise keyword; the default is to initialise by default
This commit is contained in:
parent
5a26aaa5cb
commit
6379c76646
@ -17,9 +17,9 @@ type GroupRing <: Ring
|
||||
basis_dict::Dict{GroupElem, Int}
|
||||
pm::Array{Int,2}
|
||||
|
||||
function GroupRing(G::Group; full=false)
|
||||
function GroupRing(G::Group; initialise=true)
|
||||
A = new(G)
|
||||
if full
|
||||
if initialise
|
||||
complete(A)
|
||||
end
|
||||
return A
|
||||
|
Loading…
Reference in New Issue
Block a user