]> git.donarmstrong.com Git - mothur.git/blobdiff - tree.cpp
sped up splitting of distance file by 2.5 times by buffering the read and writes.
[mothur.git] / tree.cpp
index d6634bcdbb59f05c8ef9cc04561a00fe1e489186..8e459810589cbc23e9f443884406028382e4e212 100644 (file)
--- a/tree.cpp
+++ b/tree.cpp
@@ -714,9 +714,9 @@ void Tree::parseTreeFile() {
                }
                filehandle.close();
                
-               for (int i = 0; i < globaldata->Treenames.size(); i++) {
-cout << globaldata->Treenames[i] << endl; }
-cout << "done" << endl;
+               //for (int i = 0; i < globaldata->Treenames.size(); i++) {
+//cout << globaldata->Treenames[i] << endl; }
+//cout << globaldata->Treenames.size() << endl;
        }
        catch(exception& e) {
                m->errorOut(e, "Tree", "parseTreeFile");