]> git.donarmstrong.com Git - mothur.git/blobdiff - weighted.h
weightedcommand
[mothur.git] / weighted.h
index 7e4be7c6d0f4ebc95c7d3a224ba3c5e71a4e6d06..41b738b00be222d8f7075af9a0621733c6bcf2fc 100644 (file)
@@ -22,6 +22,7 @@ class Weighted : public TreeCalculator  {
                Weighted(TreeMap* t) : tmap(t) {};
                ~Weighted() {};
                EstOutput getValues(Tree*);
+               EstOutput getValues(Tree*, string, string);
                
        private:
                GlobalData* globaldata;