diff --git a/src/weights.jl b/src/weights.jl index ad0968091..91d23ed9d 100644 --- a/src/weights.jl +++ b/src/weights.jl @@ -1,7 +1,7 @@ ###### Weight vector ##### -immutable WeightVec{W<:Real,Vec<:RealVector} +immutable WeightVec{W,Vec<:RealVector} values::Vec sum::W end