X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=unifracweightedcommand.cpp;h=3b0c53b7437111cfe5045663a8c78370274b939e;hp=81ea326e67665cb006500ed8d04f273b15fca2b4;hb=615301e57c25e241356a9c2380648d117709458d;hpb=2cfb747aa8f63bde9c1114001e6d2e81ccd26178 diff --git a/unifracweightedcommand.cpp b/unifracweightedcommand.cpp index 81ea326..3b0c53b 100644 --- a/unifracweightedcommand.cpp +++ b/unifracweightedcommand.cpp @@ -408,7 +408,7 @@ int UnifracWeightedCommand::execute() { delete newCt; delete subSampleTree; - if((thisIter+1) % 100 == 0){ m->mothurOut(toString(thisIter+1)); m->mothurOutEndLine(); } + if((thisIter+1) % 100 == 0){ m->mothurOutJustToScreen(toString(thisIter+1)+"\n"); } } if (m->control_pressed) { delete ct; for (int i = 0; i < T.size(); i++) { delete T[i]; } if (random) { delete output; } outSum.close(); for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } return 0; }