]> git.donarmstrong.com Git - mothur.git/blobdiff - simpson.h
added modify names parameter to set.dir
[mothur.git] / simpson.h
index 3006e860204680809c7efd0293f8c98386708a93..d3d93a74965dad446b1bb18ae9df11c921bb4e59 100644 (file)
--- a/simpson.h
+++ b/simpson.h
@@ -20,9 +20,10 @@ It is a child of the calculator class. */
 class Simpson : public Calculator  {
 
 public:
-       Simpson() : Calculator("Simpson", 3, false) {};
+       Simpson() : Calculator("simpson", 3, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Simpson"; }
 };
 
 /***********************************************************************/