]> git.donarmstrong.com Git - mothur.git/blobdiff - boneh.h
added modify names parameter to set.dir
[mothur.git] / boneh.h
diff --git a/boneh.h b/boneh.h
index 7e328b1188c3d1d0109f627b4c8ca596793d5d4e..d16ffa72ef48f0cd012bda5b1e00068f3b52afc3 100644 (file)
--- a/boneh.h
+++ b/boneh.h
 class Boneh : public Calculator  {
        
 public: 
-       Boneh(int size) : m(size), Calculator("boneh", 1, false) {};
+       Boneh(int size) : f(size), Calculator("boneh", 1, false) {};
        EstOutput getValues(SAbundVector*);     
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Boneh"; }
 private:
        double getV(double, double, double);
-       int m;
+       int f;
 };