X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=aligncommand.cpp;h=f9c0436c62874864279e533a3258d72bf2f6cf2d;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hp=fc98c10924138a3aa168dabbc609f64bfb89f3e4;hpb=14cddf859d97118481161bf3e85a647976020758;p=mothur.git diff --git a/aligncommand.cpp b/aligncommand.cpp index fc98c10..f9c0436 100644 --- a/aligncommand.cpp +++ b/aligncommand.cpp @@ -644,11 +644,11 @@ int AlignCommand::driver(linePair* filePos, string alignFName, string reportFNam #endif //report progress - if((count) % 100 == 0){ m->mothurOut(toString(count)); m->mothurOutEndLine(); } + if((count) % 100 == 0){ m->mothurOutJustToScreen(toString(count) + "\n"); } } //report progress - if((count) % 100 != 0){ m->mothurOut(toString(count)); m->mothurOutEndLine(); } + if((count) % 100 != 0){ m->mothurOutJustToScreen(toString(count) + "\n"); } delete alignment; alignmentFile.close();