]> git.donarmstrong.com Git - mothur.git/blobdiff - simpson.h
added modify names parameter to set.dir
[mothur.git] / simpson.h
index 699a5d5b37da2c64a60c9e7ddf4c9aafa567bca9..d3d93a74965dad446b1bb18ae9df11c921bb4e59 100644 (file)
--- a/simpson.h
+++ b/simpson.h
@@ -5,7 +5,7 @@
  *  Dotur
  *
  *  Created by Sarah Westcott on 1/7/09.
- *  Copyright 2009 Schloss Lab Umass Amherst. All rights reserved.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
@@ -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"; }
 };
 
 /***********************************************************************/