]> git.donarmstrong.com Git - mothur.git/blobdiff - preclustercommand.h
added mothurOutJustToScreen function and changed all counter outputs to use it.
[mothur.git] / preclustercommand.h
index 12dd2d2556fcef245794ff178171920f7f5f0b37..2b93328e64a038695a3abbd10cfe9be1165b783d 100644 (file)
@@ -301,7 +301,7 @@ static DWORD WINAPI MyPreclusterThreadFunction(LPVOID lpParam){
                         out << "ideal_seq_" << (i+1) << '\t' << alignSeqs[i].numIdentical << endl << chunk << endl;
                         
                     }//end if active i
-                    if(i % 100 == 0)   { pDataArray->m->mothurOut(toString(i) + "\t" + toString(numSeqs - count) + "\t" + toString(count)); pDataArray->m->mothurOutEndLine(); }
+                    if(i % 100 == 0)   { pDataArray->m->mothurOutJustToScreen(toString(i) + "\t" + toString(numSeqs - count) + "\t" + toString(count)+"\n");   }
                 }
                 
             }else {
@@ -344,7 +344,7 @@ static DWORD WINAPI MyPreclusterThreadFunction(LPVOID lpParam){
                         }//end abundance check
                     }//end for loop j
                     
-                    if(i % 100 == 0)   { pDataArray->m->mothurOut(toString(i) + "\t" + toString(numSeqs - count) + "\t" + toString(count)); pDataArray->m->mothurOutEndLine(); }
+                    if(i % 100 == 0)   { pDataArray->m->mothurOutJustToScreen(toString(i) + "\t" + toString(numSeqs - count) + "\t" + toString(count)+"\n");   }
                 }
                 
                 for (int i = 0; i < numSeqs; i++) {