]> 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 d2d06c0fb0128b8870b5216b0d4ab779d2542155..d16ffa72ef48f0cd012bda5b1e00068f3b52afc3 100644 (file)
--- a/boneh.h
+++ b/boneh.h
@@ -23,6 +23,7 @@ public:
        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 f;