]> git.donarmstrong.com Git - mothur.git/blobdiff - cluster.cpp
fixed bug with cluster class. when we added the change for average neighbor to update...
[mothur.git] / cluster.cpp
index d0a83cfd0f4a7ccd5c73c8ea8966a8e3d49fc03c..a766e08d47b4af7a46d8093323cb795d57d6aa78 100644 (file)
@@ -205,7 +205,6 @@ void Cluster::clusterNames(){
 void Cluster::update(double& cutOFF){
        try {
                getRowColCells();       
-//cout << "got rowcells" << endl;
 
                vector<int> foundCol(nColCells, 0);