]> git.donarmstrong.com Git - mothur.git/blobdiff - unweighted.h
cluster.split command
[mothur.git] / unweighted.h
index b6f225f07392fde58d7afd46536562ee5514b104..007fef7911918ba7c6505f8fc1213cdd8e9be43a 100644 (file)
@@ -22,9 +22,11 @@ class Unweighted : public TreeCalculator  {
                Unweighted(TreeMap* t) : tmap(t) {};
                ~Unweighted() {};
                EstOutput getValues(Tree*);
+               EstOutput getValues(Tree*, string, string);
                
        private:
                GlobalData* globaldata;
+               Tree* copyTree;
                EstOutput data;
                TreeMap* tmap;
 
@@ -32,6 +34,4 @@ class Unweighted : public TreeCalculator  {
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif