]> git.donarmstrong.com Git - mothur.git/blobdiff - seqerrorcommand.cpp
added count.seqs command and made some modifcations to the uchime code to allow it...
[mothur.git] / seqerrorcommand.cpp
index 2774922a78d43f08186d15d29e15632b2af76de8..5efb1ce78c659577c520defc124c48e60b848dc8 100644 (file)
@@ -347,6 +347,7 @@ int SeqErrorCommand::createProcesses(string filename, string qFileName, string r
                processIDS.clear();
                map<char, vector<int> >::iterator it;
                int num = 0;
+#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
                
                //loop through and create all the processes you want
                while (process != processors) {
@@ -569,7 +570,7 @@ int SeqErrorCommand::createProcesses(string filename, string qFileName, string r
                        in.close(); remove(tempFile.c_str());
                        
                }
-               
+#endif         
                return num;
        }
        catch(exception& e) {