]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
added mothurOutJustToScreen function and changed all counter outputs to use it.
[mothur.git] / screenseqscommand.h
index e2906900980ac7d1897b9e0976435401fb35c8be..aeaddae1300207aff7ef713858e9ee760be52e12 100644 (file)
@@ -449,10 +449,10 @@ static DWORD WINAPI MySumScreenThreadFunction(LPVOID lpParam){
     
                        }               
             //report progress
-                       if((i+1) % 100 == 0){   pDataArray->m->mothurOut("Processing sequence: " + toString(i+1)); pDataArray->m->mothurOutEndLine();           }
+                       if((i+1) % 100 == 0){   pDataArray->m->mothurOutJustToScreen("Processing sequence: " + toString(i+1)+"\n");             }
                }
                //report progress
-               if((pDataArray->count) % 100 != 0){     pDataArray->m->mothurOut("Processing sequence: " + toString(pDataArray->count)); pDataArray->m->mothurOutEndLine();             }
+               if((pDataArray->count) % 100 != 0){     pDataArray->m->mothurOutJustToScreen("Processing sequence: " + toString(pDataArray->count)+"\n");               }