X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=blastalign.cpp;h=bb7192ad498c405fc476ae722db2478fa1b407ab;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=9af31dfa3e65e130d0bc347600aa28405f94b7f4;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/blastalign.cpp b/blastalign.cpp index 9af31df..bb7192a 100644 --- a/blastalign.cpp +++ b/blastalign.cpp @@ -37,9 +37,9 @@ BlastAlignment::BlastAlignment(float go, float ge, float ma, float mm) : //**************************************************************************************************/ BlastAlignment::~BlastAlignment(){ // The desctructor should clean up by removing the temporary - remove(candidateFileName.c_str()); // files used to run bl2seq - remove(templateFileName.c_str()); - remove(blastFileName.c_str()); + m->mothurRemove(candidateFileName); // files used to run bl2seq + m->mothurRemove(templateFileName); + m->mothurRemove(blastFileName); } //**************************************************************************************************/