]> git.donarmstrong.com Git - mothur.git/blobdiff - shannoneven.h
changes while testing
[mothur.git] / shannoneven.h
index 5b03d72944ea9502d433249a0380aea4193312c2..44d0766d8e01074a44847a896a9fce385898a665 100644 (file)
@@ -20,6 +20,7 @@ public:
        ShannonEven() : Calculator("shannoneven", 1, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Shannoneven"; }
 };
 
 /***********************************************************************/