X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=pcrseqscommand.h;h=581675efa046b400b547e46ab64988e83a199714;hp=16c1e29be5f9cbba00180a55a746bbe923b3cbdb;hb=c48d91112209b841444923670dca5454da0e2a4d;hpb=2cfb747aa8f63bde9c1114001e6d2e81ccd26178 diff --git a/pcrseqscommand.h b/pcrseqscommand.h index 16c1e29..581675e 100644 --- a/pcrseqscommand.h +++ b/pcrseqscommand.h @@ -265,10 +265,10 @@ static DWORD WINAPI MyPcrThreadFunction(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("Thread Processing sequence: " + toString(pDataArray->count)); pDataArray->m->mothurOutEndLine(); } + if((pDataArray->count) % 100 != 0){ pDataArray->m->mothurOutJustToScreen("Thread Processing sequence: " + toString(pDataArray->count)+"\n"); } goodFile.close(); inFASTA.close();