]> git.donarmstrong.com Git - mothur.git/blobdiff - treecalculator.h
changed name of distance command to dist.seqs
[mothur.git] / treecalculator.h
index 133330c46d1e0a75529eeb54aa577c9777f8c180..cfd648e09386e81cb1dffacdd605f274700d765e 100644 (file)
@@ -13,7 +13,6 @@
 using namespace std;
 
 #include "mothur.h"
-#include "utilities.hpp"
 #include "tree.h"
 
 /* The tree calculator class is the parent class for tree calculators in mothur. */ 
@@ -29,6 +28,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;    }