]> git.donarmstrong.com Git - mothur.git/blobdiff - simpson.h
added modify names parameter to set.dir
[mothur.git] / simpson.h
index 02142175bf90fcc1c99d8961a93011671444ea1f..d3d93a74965dad446b1bb18ae9df11c921bb4e59 100644 (file)
--- a/simpson.h
+++ b/simpson.h
@@ -23,6 +23,7 @@ public:
        Simpson() : Calculator("simpson", 3, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Simpson"; }
 };
 
 /***********************************************************************/