]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorest.h
changes while testing
[mothur.git] / sharedsorest.h
index 94bcc32afe7b7021b4aedde1a49f6ec46687c748..904a71208590d9b4e4cb9aeda50a12329a06d004 100644 (file)
@@ -23,6 +23,7 @@ public:
        SorEst() :  Calculator("sorest", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Sorest"; }
 private:
        
 };