]> git.donarmstrong.com Git - mothur.git/blobdiff - unweighted.h
cluster.split command
[mothur.git] / unweighted.h
index d39b5e7e71f97a543e92cac087cebbe3d9b41b43..007fef7911918ba7c6505f8fc1213cdd8e9be43a 100644 (file)
@@ -22,16 +22,16 @@ 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;
-               vector<int> penalty;
                TreeMap* tmap;
 
 };
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif