X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsobscollectsummary.h;h=0429f90b8cbe67fd9feb3192017b1271c59fe187;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=6c8e7c32c5f55181eed23169fff8cf6bcc9c51ae;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/sharedsobscollectsummary.h b/sharedsobscollectsummary.h index 6c8e7c3..0429f90 100644 --- a/sharedsobscollectsummary.h +++ b/sharedsobscollectsummary.h @@ -21,6 +21,8 @@ public: SharedSobsCS() : Calculator("sharedsobs", 1, true) {}; EstOutput getValues(SAbundVector* rank){ return data; }; EstOutput getValues(vector); + EstOutput getValues(vector, vector&); + string getCitation() { return "http://www.mothur.org/wiki/Sharedsobs"; } }; /***********************************************************************/