]> git.donarmstrong.com Git - mothur.git/blobdiff - weighted.h
parsimony with groups
[mothur.git] / weighted.h
index 41b738b00be222d8f7075af9a0621733c6bcf2fc..3fed6f5e90757ef699e7c4e68c1c7ccd954f9109 100644 (file)
@@ -29,7 +29,7 @@ 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.
 };
 
 /***********************************************************************/