X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedsorest.h;h=904a71208590d9b4e4cb9aeda50a12329a06d004;hp=8e044aa4c9a8bc6643d6aeb19fc915aa9ff8daad;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186 diff --git a/sharedsorest.h b/sharedsorest.h index 8e044aa..904a712 100644 --- a/sharedsorest.h +++ b/sharedsorest.h @@ -20,9 +20,10 @@ It is a child of the calculator class. */ class SorEst : public Calculator { public: - SorEst() : Calculator("sorest", 3, false) {}; + SorEst() : Calculator("sorest", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Sorest"; } private: };