]> git.donarmstrong.com Git - mothur.git/blobdiff - cluster.cpp
added warning about average neighbor merges around cutoff. fixed little bugs.
[mothur.git] / cluster.cpp
index 429e19aaeacce39b1a85943b31cd32da70739239..00d8083275779399748d690b3a9fe84910d91104 100644 (file)
@@ -14,8 +14,8 @@
 
 /***********************************************************************/
 
-Cluster::Cluster(RAbundVector* rav, ListVector* lv, SparseMatrix* dm) :
-rabund(rav), list(lv), dMatrix(dm)
+Cluster::Cluster(RAbundVector* rav, ListVector* lv, SparseMatrix* dm, float c) :
+rabund(rav), list(lv), dMatrix(dm), cutoff(c)
 {
 /*
        cout << "sizeof(MatData): " << sizeof(MatData) << endl;