X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cluster.hpp;h=d7c2737a05ed1a0198be9713aa4345f288ec3976;hb=4522aebe2246c5f47875d5c8cc505f1b615bfc7e;hp=aa517a057400e09cdca593f4db1e2559dca74972;hpb=edd8b9d9392a99e0b1527507de3a4ca8fabfc1c6;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();