X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsobscollectsummary.h;h=0429f90b8cbe67fd9feb3192017b1271c59fe187;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=d35a2ac56e852eba082235b871365c663496fa11;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git 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"; } };