]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetan.h
added modify names parameter to set.dir
[mothur.git] / sharedthetan.h
index 459868e2753a9be6dee26f49b969d363ce1df43a..2d30ecc9b9efdde25adad24ad762f3229b56c2d6 100644 (file)
@@ -20,9 +20,10 @@ It is a child of the calculator class. */
 class ThetaN : public Calculator  {
        
 public:
-       ThetaN() :  Calculator("ThetaN", 3) {};
+       ThetaN() :  Calculator("thetan", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Thetan"; }
 private:
        
 };