]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraccodecommand.cpp
changes while testing
[mothur.git] / chimeraccodecommand.cpp
index 7adf82814ee5447edef7e203bbb046ad61c51b07..627f3a950f69bec32971b65b96d7eba89942558a 100644 (file)
@@ -548,10 +548,10 @@ int ChimeraCcodeCommand::driver(linePair* filePos, string outputFName, string fi
                        #endif
                        
                        //report progress
-                       if((count) % 100 == 0){ m->mothurOut("Processing sequence: " + toString(count)); m->mothurOutEndLine();         }
+                       if((count) % 100 == 0){ m->mothurOutJustToScreen("Processing sequence: " + toString(count) + "\n");             }
                }
                //report progress
-               if((count) % 100 != 0){ m->mothurOut("Processing sequence: " + toString(count)); m->mothurOutEndLine();         }
+               if((count) % 100 != 0){ m->mothurOutJustToScreen("Processing sequence: " + toString(count) + "\n");     }
                
                out.close();
                out2.close();