]> git.donarmstrong.com Git - mothur.git/blobdiff - matrixoutputcommand.cpp
added mothurOutJustToScreen function and changed all counter outputs to use it.
[mothur.git] / matrixoutputcommand.cpp
index 310e32bf23e048c73ae37579ac2e8e2d1cb8b0ff..a53a3dcb92837f112771f44ef39219d9e36a277a 100644 (file)
@@ -652,7 +652,7 @@ int MatrixOutputCommand::process(vector<SharedRAbundVector*> thisLookup){
             }
             
             if (subsample && (thisIter != 0)) {  
-                if((thisIter) % 100 == 0){     m->mothurOut(toString(thisIter)); m->mothurOutEndLine();                }
+                if((thisIter) % 100 == 0){     m->mothurOutJustToScreen(toString(thisIter)+"\n");              }
                 calcDistsTotals.push_back(calcDists);
                 for (int i = 0; i < calcDists.size(); i++) {
                     for (int j = 0; j < calcDists[i].size(); j++) {