]> git.donarmstrong.com Git - mothur.git/blobdiff - cluster.cpp
removed parse.sff command and made its functionality part of sffinfo command. fixed...
[mothur.git] / cluster.cpp
index d0a83cfd0f4a7ccd5c73c8ea8966a8e3d49fc03c..440562c07bcfc19d426779e4f627b84f7b0df3a1 100644 (file)
@@ -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<MatVec>(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<int> foundCol(nColCells, 0);