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