]> git.donarmstrong.com Git - mothur.git/blobdiff - fileoutput.cpp
added concensus command and updated calcs
[mothur.git] / fileoutput.cpp
index 9c1f9c0f0c61fe3b27d84f699482d8708ad1e660..74b53352a8a0d4d177635a9b4d52370030b06f45 100644 (file)
@@ -90,7 +90,7 @@ void ThreeColumnFile::resetFile(){
                renameOk = rename(outName.c_str(), inName.c_str());
                
                //checks to make sure user was able to rename and remove successfully
-               if ((renameOk != 0)) {  cout << "Unable to rename necessary files." << endl;  cout << outName << "  g   " << inName << endl;}
+               if ((renameOk != 0)) {  cout << "Unable to rename necessary files." << endl; }
 
        }
        catch(exception& e) {