From 99196525902f926a12402e249fa101e954abb96a Mon Sep 17 00:00:00 2001 From: kalmar Date: Tue, 25 Jul 2017 14:49:17 +0200 Subject: [PATCH] replace eachindex() by 1:length() for now --- src/GroupRings.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GroupRings.jl b/src/GroupRings.jl index fd7669b..48abe5a 100644 --- a/src/GroupRings.jl +++ b/src/GroupRings.jl @@ -330,7 +330,7 @@ function mul!{T}(result::AbstractVector{T}, pm::Array{Int,2}) z = zero(T) result .= z - for j in eachindex(Y) + for j in 1:length(Y) if Y[j] != z for i in 1:size(pm,1) if X[i] != z