]> git.donarmstrong.com Git - mothur.git/blobdiff - weighted.h
added cluster.split command
[mothur.git] / weighted.h
index 41b738b00be222d8f7075af9a0621733c6bcf2fc..3914ef229112d8cf4bd5b55033de0f459bbef25a 100644 (file)
@@ -29,10 +29,10 @@ 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.
 };
 
 /***********************************************************************/
 
 
-#endif
\ No newline at end of file
+#endif