]> git.donarmstrong.com Git - mothur.git/blobdiff - treegroupscommand.h
major change to the tree class to use the count table class instead of tree map....
[mothur.git] / treegroupscommand.h
index 6790afb73984377c1aba8f6488a3cf1c2e544280..7342b36584ce76b3b22a96d0e3ba885cb2ab172a 100644 (file)
@@ -15,7 +15,7 @@
 #include "groupmap.h"
 #include "validcalculator.h"
 #include "tree.h"
-#include "treemap.h"
+#include "counttable.h"
 #include "readmatrix.hpp"
 #include "readcolumn.h"
 #include "readphylip.h"
@@ -104,7 +104,7 @@ private:
        
        NameAssignment* nameMap;
        ListVector* list;
-       TreeMap* tmap;
+       CountTable* ct;
        Tree* t;
     InputData* input;
        vector<Calculator*> treeCalculators;