]> git.donarmstrong.com Git - mothur.git/blobdiff - cluster.hpp
fixed bug with cluster class. when we added the change for average neighbor to update...
[mothur.git] / cluster.hpp
index aa517a057400e09cdca593f4db1e2559dca74972..d7c2737a05ed1a0198be9713aa4345f288ec3976 100644 (file)
@@ -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();