X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unweighted.cpp;h=56694e32e3a977b08df087dfc8deeabb2524564c;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=e95834fb485fb6131fcacdb458e3f6c96b862693;hpb=6c2b1e530a5c0bb87040e58a3e410097acdfcc3d;p=mothur.git diff --git a/unweighted.cpp b/unweighted.cpp index e95834f..56694e3 100644 --- a/unweighted.cpp +++ b/unweighted.cpp @@ -104,7 +104,7 @@ EstOutput Unweighted::createProcesses(Tree* t, vector< vector > namesOfG if (m->control_pressed) { exit(0); } - m->mothurOut("Merging results."); m->mothurOutEndLine(); + //m->mothurOut("Merging results."); m->mothurOutEndLine(); //pass numSeqs to parent ofstream out; @@ -156,7 +156,7 @@ EstOutput Unweighted::createProcesses(Tree* t, vector< vector > namesOfG m->mothurRemove(s); } - m->mothurOut("DONE."); m->mothurOutEndLine(); m->mothurOutEndLine(); + //m->mothurOut("DONE."); m->mothurOutEndLine(); m->mothurOutEndLine(); return results; #endif