X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parsimonycommand.h;h=9e756b884fb087f95ca0d43c23027c8caaa33b3f;hb=c53ef46b40b97c00e32bfd8c3924ce8c51b5cd7b;hp=04acd302891f36df23399ac9d9b1694535c7005e;hpb=3fd6dd6e4f19a458ac2966ee5458787e998a1bde;p=mothur.git diff --git a/parsimonycommand.h b/parsimonycommand.h index 04acd30..9e756b8 100644 --- a/parsimonycommand.h +++ b/parsimonycommand.h @@ -44,7 +44,7 @@ private: Parsimony* pars; vector groupComb; // AB. AC, BC... string sumFile, randomtree, allGroups, outputDir; - int iters, numGroups, numComp, counter; + int iters, numGroups, numComp, counter, processors; vector numEachGroup; //vector containing the number of sequences in each group the users wants for random distrib. vector< vector > userTreeScores; //scores for users trees for each comb. vector< vector > UScoreSig; //tree score signifigance when compared to random trees - percentage of random trees with that score or lower.