X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cluster.hpp;h=d7c2737a05ed1a0198be9713aa4345f288ec3976;hb=6e8fce385a566f51350274309503d7405e5b9f35;hp=aa517a057400e09cdca593f4db1e2559dca74972;hpb=3102812d94898439646131cecdb64fc542913c87;p=mothur.git diff --git a/cluster.hpp b/cluster.hpp index aa517a0..d7c2737 100644 --- a/cluster.hpp +++ b/cluster.hpp @@ -67,7 +67,7 @@ private: class SingleLinkage : public Cluster { public: SingleLinkage(RAbundVector*, ListVector*, SparseMatrix*, float, string); - void update(); + void update(double&); bool updateDistance(MatData& colCell, MatData& rowCell); string getTag();