From 1c340ce008b74d20078c84644f71fbd88c7f9d45 Mon Sep 17 00:00:00 2001 From: kalmar Date: Tue, 16 May 2017 18:42:52 +0200 Subject: [PATCH] remove size function, length(::GroupRingElem) is enough --- src/GroupAlgebras.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GroupAlgebras.jl b/src/GroupAlgebras.jl index c29a1b5..4d806db 100644 --- a/src/GroupAlgebras.jl +++ b/src/GroupAlgebras.jl @@ -183,7 +183,6 @@ end length(X::GroupAlgebraElement) = length(X.coefficients) -size(X::GroupAlgebraElement) = size(X.coefficients) function norm(X::GroupAlgebraElement, p=2) if p == 1