]> git.donarmstrong.com Git - mothur.git/blobdiff - cluster.cpp
moved utilities out of mothur.h and into mothurOut class.
[mothur.git] / cluster.cpp
index a766e08d47b4af7a46d8093323cb795d57d6aa78..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++) {