]> git.donarmstrong.com Git - mothur.git/blobdiff - simpsoneven.h
added modify names parameter to set.dir
[mothur.git] / simpsoneven.h
index 0fb89497782e141701413fd2ec652c162c18637f..b793e54430cfc1b4d3a69c33ed6d1fa341a22d0e 100644 (file)
@@ -20,6 +20,7 @@ public:
        SimpsonEven() : Calculator("simpsoneven", 1, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Simpsoneven"; }
 };
 
 /***********************************************************************/