X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedochiai.h;h=fb799def311f79727ad124d7b7585b1af74f90ea;hp=99003e6ee417d4e9a31b420e0995692dd07bc7cb;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186 diff --git a/sharedochiai.h b/sharedochiai.h index 99003e6..fb799de 100644 --- a/sharedochiai.h +++ b/sharedochiai.h @@ -19,6 +19,7 @@ public: 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