]> git.donarmstrong.com Git - mothur.git/blobdiff - weighted.h
fixed craig nelsons weighted bug and paralellized parsimony
[mothur.git] / weighted.h
index ca9f0378ffc96b545912742e10aab2242651558a..11cd26b2d9642cb2679a0f3dfc06d930c15127f0 100644 (file)
@@ -40,6 +40,7 @@ class Weighted : public TreeCalculator  {
                map<string, double> WScore; //a score for each group combination i.e. AB, AC, BC.
                int processors;
                string outputDir;
+               map< vector<string>, set<int> > rootForGrouping;  //maps a grouping combo to the root for that combo
                
                EstOutput driver(Tree*, vector< vector<string> >, int, int); 
                EstOutput createProcesses(Tree*, vector< vector<string> >);