Skip to content

Commit

Permalink
Merge pull request JuliaLang#89 from JuliaStats/sjk/relax-sum
Browse files Browse the repository at this point in the history
Relax type of sum for weights
  • Loading branch information
johnmyleswhite committed Sep 16, 2014
2 parents 277e0d6 + deff114 commit ae435d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/weights.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

###### Weight vector #####

immutable WeightVec{W<:Real,Vec<:RealVector}
immutable WeightVec{W,Vec<:RealVector}
values::Vec
sum::W
end
Expand Down

0 comments on commit ae435d1

Please sign in to comment.