X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cluster.cpp;h=440562c07bcfc19d426779e4f627b84f7b0df3a1;hb=4956d362c5bc6a47cf7a6290258f0e763e3a406e;hp=d0a83cfd0f4a7ccd5c73c8ea8966a8e3d49fc03c;hpb=14bf280629e8e52ff1ea3c9da6f7aae1e28f9acb;p=mothur.git diff --git a/cluster.cpp b/cluster.cpp index d0a83cf..440562c 100644 --- a/cluster.cpp +++ b/cluster.cpp @@ -53,7 +53,7 @@ rabund(rav), list(lv), dMatrix(dm), method(f) // sequence in the distance matrix. //ofstream outtemp; //string temp = "temp"; -//openOutputFile(temp, outtemp); +//m->openOutputFile(temp, outtemp); //cout << lv->size() << endl; seqVec = vector(lv->size()); for (MatData currentCell = dMatrix->begin(); currentCell != dMatrix->end(); currentCell++) { @@ -205,7 +205,6 @@ void Cluster::clusterNames(){ void Cluster::update(double& cutOFF){ try { getRowColCells(); -//cout << "got rowcells" << endl; vector foundCol(nColCells, 0);