X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimerauchimecommand.cpp;h=33b48bd184ba95f1db5e1db2117a32a64254c664;hb=75962c819c16814e5c2340d99af1aa62e564dc20;hp=d4cb57a3158a85008d30d9c875e331f5be5801e9;hpb=fe0f86cb70ff3ce31df98ed49e404c7e12e21b3d;p=mothur.git diff --git a/chimerauchimecommand.cpp b/chimerauchimecommand.cpp index d4cb57a..33b48bd 100644 --- a/chimerauchimecommand.cpp +++ b/chimerauchimecommand.cpp @@ -744,7 +744,7 @@ int ChimeraUchimeCommand::createProcesses(string outputFileName, string filename processIDS.clear(); int process = 1; int num = 0; - +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) //break up file into multiple files vector files; m->divideFile(filename, processors, files); @@ -852,7 +852,7 @@ int ChimeraUchimeCommand::createProcesses(string outputFileName, string filename #endif //get rid of the file pieces. for (int i = 0; i < files.size(); i++) { remove(files[i].c_str()); } - +#endif return num; } catch(exception& e) {