X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsorest.h;h=904a71208590d9b4e4cb9aeda50a12329a06d004;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=a38cbaecd9f667d460d5801a15e49a524bf9244f;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/sharedsorest.h b/sharedsorest.h index a38cbae..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: };