X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedjclass.h;h=015b8acdd4ad1f0264dd75730e47e64bc823f3a6;hp=45302efe8e18731af5cbbed34383c28ff57e8425;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10 diff --git a/sharedjclass.h b/sharedjclass.h index 45302ef..015b8ac 100644 --- a/sharedjclass.h +++ b/sharedjclass.h @@ -19,9 +19,10 @@ It is a child of the calculator class. */ class Jclass : public Calculator { public: - Jclass() : Calculator("Jclass", 3, false) {}; + Jclass() : Calculator("jclass", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Jclass"; } private: };