]> git.donarmstrong.com Git - mothur.git/blobdiff - aligncommand.cpp
added mothurOutJustToScreen function and changed all counter outputs to use it.
[mothur.git] / aligncommand.cpp
index fc98c10924138a3aa168dabbc609f64bfb89f3e4..f9c0436c62874864279e533a3258d72bf2f6cf2d 100644 (file)
@@ -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();