]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraperseuscommand.cpp
changed int to pid_t type in fork(). roughed in get.mimarkscommand.
[mothur.git] / chimeraperseuscommand.cpp
index 353b124f8d556760b57a8086573caefe65e575f8..ef3058d8cda30d8781e9a0057c9e93d77feeb1b9 100644 (file)
@@ -1092,7 +1092,7 @@ int ChimeraPerseusCommand::createProcessesGroups(string outputFName, string accn
                
                //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