]> git.donarmstrong.com Git - mothur.git/blobdiff - weighted.h
sped up unifrac weighted.
[mothur.git] / weighted.h
index 3fed6f5e90757ef699e7c4e68c1c7ccd954f9109..fedfa0ce8d372420baba40964010fd46004fb716 100644 (file)
@@ -30,9 +30,11 @@ class Weighted : public TreeCalculator  {
                TreeMap* tmap;
                map<string, int>::iterator it;
                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