]> git.donarmstrong.com Git - mothur.git/blobdiff - weighted.h
sped up unifrac weighted.
[mothur.git] / weighted.h
index 41b738b00be222d8f7075af9a0621733c6bcf2fc..fedfa0ce8d372420baba40964010fd46004fb716 100644 (file)
@@ -29,10 +29,12 @@ class Weighted : public TreeCalculator  {
                EstOutput data;
                TreeMap* tmap;
                map<string, int>::iterator it;
-               map<string, float> WScore; //a score for each group combination i.e. AB, AC, BC.
+               map<string, double> WScore; //a score for each group combination i.e. AB, AC, BC.
+               
+               vector<double> getBranchLengthSums(Tree*);
 };
 
 /***********************************************************************/
 
 
-#endif
\ No newline at end of file
+#endif