]> git.donarmstrong.com Git - mothur.git/blobdiff - unweighted.h
fixed bug that caused bayesian cutoff not to work if iters > 100. fixed bug in trim...
[mothur.git] / unweighted.h
index b24ad22a318624d8953b3f2e742fdc3e7c80d2ea..007fef7911918ba7c6505f8fc1213cdd8e9be43a 100644 (file)
@@ -22,10 +22,11 @@ class Unweighted : public TreeCalculator  {
                Unweighted(TreeMap* t) : tmap(t) {};
                ~Unweighted() {};
                EstOutput getValues(Tree*);
-               EstOutput getValues(Tree*, string, string) { return data; };
+               EstOutput getValues(Tree*, string, string);
                
        private:
                GlobalData* globaldata;
+               Tree* copyTree;
                EstOutput data;
                TreeMap* tmap;
 
@@ -33,6 +34,4 @@ class Unweighted : public TreeCalculator  {
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif