]> git.donarmstrong.com Git - mothur.git/blobdiff - treecalculator.h
weightedcommand
[mothur.git] / treecalculator.h
index 133330c46d1e0a75529eeb54aa577c9777f8c180..9ee47748d817c9255ab1aaf41dd23918f7d0a980 100644 (file)
@@ -29,6 +29,7 @@ public:
        TreeCalculator(string n) : name(n) {};
        ~TreeCalculator(){};
        virtual EstOutput getValues(Tree*) = 0; 
+       virtual EstOutput getValues(Tree*, string, string) = 0;
        
        virtual string getName()                {       return name;    }