]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimony.cpp
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / parsimony.cpp
index 49a73505c3df0c77b4ff3fe0b6e71f038eb5f13c..d26bc270efcdd7fff7cb1292ddc2bfb786a48665 100644 (file)
@@ -54,7 +54,7 @@ EstOutput Parsimony::getValues(Tree* t, int p, string o) {
                        }
                }
                
-       #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+       #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix)
                if(processors == 1){
                        data = driver(t, namesOfGroupCombos, 0, namesOfGroupCombos.size());
                }else{
@@ -91,7 +91,7 @@ EstOutput Parsimony::getValues(Tree* t, int p, string o) {
 
 EstOutput Parsimony::createProcesses(Tree* t, vector< vector<string> > namesOfGroupCombos) {
        try {
-#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix)
                int process = 1;
                vector<int> processIDS;