X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=indicatorcommand.cpp;fp=indicatorcommand.cpp;h=74d63688333be27374c36fecc8147bc4419ee8bc;hp=36640e72b7995710565325658cfafa1ddfc67f58;hb=cac38e9e251998fa0b825d00189534534948d226;hpb=60928795782d8f8648ec373d6a96b53032a77429 diff --git a/indicatorcommand.cpp b/indicatorcommand.cpp index 36640e7..74d6368 100644 --- a/indicatorcommand.cpp +++ b/indicatorcommand.cpp @@ -1191,7 +1191,7 @@ vector IndicatorCommand::getPValues(vector< vector 0) { processIDS.push_back(pid); //create map from line number to pid so you can append files in correct order later @@ -1369,7 +1369,7 @@ vector IndicatorCommand::getPValues(vector< vector > //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