]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerapintailcommand.cpp
changed int to pid_t type in fork(). roughed in get.mimarkscommand.
[mothur.git] / chimerapintailcommand.cpp
index 805709937724b9c046f8e99e7b5434c2e5dabc49..0b8e5940777090cdc6aef97829c63f96ad4503d8 100644 (file)
@@ -720,7 +720,7 @@ int ChimeraPintailCommand::createProcesses(string outputFileName, string filenam
                
                //loop through and create all the processes you want
                while (process != processors) {
-                       int pid = fork();
+                       pid_t pid = fork();
                        
                        if (pid > 0) {
                                processIDS.push_back(pid);  //create map from line number to pid so you can append files in correct order later