]> git.donarmstrong.com Git - mothur.git/blobdiff - shen.h
working on pam
[mothur.git] / shen.h
diff --git a/shen.h b/shen.h
index 1016e4c8056c1ba6c50e6251d5459e9c7288a78f..ad0eda47c54b7d8c0f081e908471ab16eb85d717 100644 (file)
--- a/shen.h
+++ b/shen.h
@@ -23,6 +23,7 @@ public:
        Shen(int size, int n) : f(size), abund(n), Calculator("shen", 1, false) {};
        EstOutput getValues(SAbundVector*);     
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Shen"; }
 private:
        int f;
        int abund;