From 3262b0bf2004ac4ef5a2d4254919bfcd2f4309bd Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Tue, 10 Jan 2017 08:11:30 +0200 Subject: [PATCH] removed unnecessary function --- src/fields.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/fields.jl b/src/fields.jl index df67d90..45c40d5 100644 --- a/src/fields.jl +++ b/src/fields.jl @@ -38,10 +38,6 @@ function getindex{T}(increment::Increment{Vector{T}}, i::Int64) return increment.data[i] end -function Base.:*(d, increment::Increment) - return d*increment.data -end - ### Basic data structure for continuous field type Basis