X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parsimony.cpp;h=9ab193fa9bd6ffdbeaa77c71f1c454a0899ba093;hb=HEAD;hp=9dc8cf720a3001285d26657ea97915f53b8b2321;hpb=60928795782d8f8648ec373d6a96b53032a77429;p=mothur.git diff --git a/parsimony.cpp b/parsimony.cpp index 9dc8cf7..9ab193f 100644 --- a/parsimony.cpp +++ b/parsimony.cpp @@ -89,7 +89,7 @@ EstOutput Parsimony::createProcesses(Tree* t, vector< vector > namesOfGr //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