X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=weighted.h;h=11cd26b2d9642cb2679a0f3dfc06d930c15127f0;hb=c53ef46b40b97c00e32bfd8c3924ce8c51b5cd7b;hp=ca9f0378ffc96b545912742e10aab2242651558a;hpb=3fd6dd6e4f19a458ac2966ee5458787e998a1bde;p=mothur.git diff --git a/weighted.h b/weighted.h index ca9f037..11cd26b 100644 --- a/weighted.h +++ b/weighted.h @@ -40,6 +40,7 @@ class Weighted : public TreeCalculator { map WScore; //a score for each group combination i.e. AB, AC, BC. int processors; string outputDir; + map< vector, set > rootForGrouping; //maps a grouping combo to the root for that combo EstOutput driver(Tree*, vector< vector >, int, int); EstOutput createProcesses(Tree*, vector< vector >);