]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetan.h
fixes while testing 1.33.0
[mothur.git] / sharedthetan.h
index b3693d6f513a330b3e4531bcae5b0cacf2f6eccd..2d30ecc9b9efdde25adad24ad762f3229b56c2d6 100644 (file)
@@ -23,6 +23,7 @@ public:
        ThetaN() :  Calculator("thetan", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Thetan"; }
 private:
        
 };