X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=formatphylip.cpp;h=60591178836ee793a83cbd3ec75776b463af4ead;hb=96dbe925073caefaed6e6db85659c144a806aeb1;hp=de49daa32a31c6aa2a4bfbac97257ca993656a03;hpb=19fcbbdba99658f5eca244803280f9ee7f9f6607;p=mothur.git 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