]> git.donarmstrong.com Git - mothur.git/blobdiff - shannon.h
working on pam
[mothur.git] / shannon.h
index 7fbcafc71cce3c4296e924fff20ead647dc589e3..3d9ecde690dd88989c57880070be40a9406940c3 100644 (file)
--- a/shannon.h
+++ b/shannon.h
@@ -23,6 +23,7 @@ public:
        Shannon() : Calculator("shannon", 3, false) {};
        EstOutput getValues(SAbundVector* rank);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Shannon"; }
 private:
        
 };