]> git.donarmstrong.com Git - mothur.git/blobdiff - treecalculator.h
added modify names parameter to set.dir
[mothur.git] / treecalculator.h
index b2058cbc03a0bc96b72106f51d2dc86a3db9d640..06abdb8e278e5dd4c04536444745f5f71679f092 100644 (file)
@@ -33,7 +33,6 @@ public:
        virtual EstOutput getValues(Tree*, string, string, vector<double>&) { return data; }
        
        virtual string getName()                {       return name;    }
-       virtual vector<double> getBranchLengthSums(Tree*) {  vector<double> temp; return temp;  }
                
 protected:
        EstOutput data;