X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=formatphylip.cpp;h=60591178836ee793a83cbd3ec75776b463af4ead;hp=de49daa32a31c6aa2a4bfbac97257ca993656a03;hb=43ed0accfbc2852849e104ff7eccdd2c42acd4ec;hpb=5d77fd07180d1fb8561ff1962e6d7429caf8555e diff --git a/formatphylip.cpp b/formatphylip.cpp index de49daa..6059117 100644 --- a/formatphylip.cpp +++ b/formatphylip.cpp @@ -96,7 +96,7 @@ int FormatPhylipMatrix::read(NameAssignment* nameMap){ string outfile = m->getRootName(tempFile) + "sorted.dist.temp"; //use the unix sort - #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) + #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) string command = "sort -n " + tempFile + " -o " + outfile; system(command.c_str()); #else //sort using windows sort