]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.cpp
modifications to commands to add headers to list file.
[mothur.git] / mothurout.cpp
index 66ee704dd59d0221d1a0a7a40de65ecf42d762b2..e7f0c8e3b764c66362f0004b7dbabc4f4c6fdaa3 100644 (file)
@@ -797,7 +797,7 @@ bool MothurOut::dirCheck(string& dirName){
 
         //test to make sure directory exists
         dirName = getFullPathName(dirName);
-        string outTemp = dirName + tag + "temp";
+        string outTemp = dirName + tag + "temp"+ toString(time(NULL));
         ofstream out;
         out.open(outTemp.c_str(), ios::trunc);
         if(!out) {