]> git.donarmstrong.com Git - mothur.git/blobdiff - cluster.hpp
added warning about merging with something above cutoff to cluster. working on chimeras
[mothur.git] / cluster.hpp
index 38897c9cf0a2a2c0c95933eb7cabc8732f95839e..685c843c0199b73083f7eb3a17693b33fe1a4d36 100644 (file)
@@ -14,7 +14,7 @@ class Cluster {
        
 public:
        Cluster(RAbundVector*, ListVector*, SparseMatrix*, float);
-    virtual void update();                             
+    virtual void update(double&);                              
        virtual string getTag() = 0;
        virtual void setMapWanted(bool m);  
        virtual map<string, int> getSeqtoBin()  {  return seq2Bin;      }