X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsobscollectsummary.h;h=0429f90b8cbe67fd9feb3192017b1271c59fe187;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=97d938c484fe5029b7ce7c9d88f087feb76047d7;hpb=09a01fb51eea9e81409d367410c831394193fd86;p=mothur.git diff --git a/sharedsobscollectsummary.h b/sharedsobscollectsummary.h index 97d938c..0429f90 100644 --- a/sharedsobscollectsummary.h +++ b/sharedsobscollectsummary.h @@ -18,9 +18,11 @@ class SharedSobsCS : public Calculator { public: - SharedSobsCS() : Calculator("SharedSobs", 1) {}; + SharedSobsCS() : Calculator("sharedsobs", 1, true) {}; EstOutput getValues(SAbundVector* rank){ return data; }; - EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2); + EstOutput getValues(vector); + EstOutput getValues(vector, vector&); + string getCitation() { return "http://www.mothur.org/wiki/Sharedsobs"; } }; /***********************************************************************/