X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedochiai.h;h=fb799def311f79727ad124d7b7585b1af74f90ea;hp=61d9df38e762b644a8538eddc38cd35da45592ee;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10 diff --git a/sharedochiai.h b/sharedochiai.h index 61d9df3..fb799de 100644 --- a/sharedochiai.h +++ b/sharedochiai.h @@ -16,9 +16,10 @@ class Ochiai : public Calculator { public: - Ochiai() : Calculator("Ochiai", 1, false) {}; + Ochiai() : Calculator("ochiai", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/ochiai"; } private: }; @@ -26,4 +27,4 @@ private: /***********************************************************************/ -#endif \ No newline at end of file +#endif