X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=screenseqscommand.h;h=aeaddae1300207aff7ef713858e9ee760be52e12;hp=e2906900980ac7d1897b9e0976435401fb35c8be;hb=c48d91112209b841444923670dca5454da0e2a4d;hpb=eb71e28b7b7afd82540f4a8f0bac9429c5b9d713 diff --git a/screenseqscommand.h b/screenseqscommand.h index e290690..aeaddae 100644 --- a/screenseqscommand.h +++ b/screenseqscommand.h @@ -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"); }