]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefact.cpp
rewrote metastats command in c++, added mothurRemove function to handle ~ error....
[mothur.git] / rarefact.cpp
index d8a6b5cc2be05f8022da2c9234a358bb6fa98e8c..ca105b7f82fad6be8cc45e7b9e7953da3f4471e4 100644 (file)
@@ -157,7 +157,7 @@ int Rarefact::createProcesses(vector<int>& procIters, RarefactionCurveData* rcd,
                        for(int j=0;j<displays.size();j++){
                                string s = toString(processIDS[i]) + toString(j) + ".rarefact.temp";
                                displays[j]->inputTempFiles(s);
-                               remove(s.c_str());
+                               m->mothurRemove(s);
                        }
                }