X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedsobscollectsummary.h;h=0429f90b8cbe67fd9feb3192017b1271c59fe187;hp=d35a2ac56e852eba082235b871365c663496fa11;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102 diff --git a/sharedsobscollectsummary.h b/sharedsobscollectsummary.h index d35a2ac..0429f90 100644 --- a/sharedsobscollectsummary.h +++ b/sharedsobscollectsummary.h @@ -21,6 +21,7 @@ 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"; } };