]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobscollectsummary.h
changes while testing
[mothur.git] / sharedsobscollectsummary.h
index d35a2ac56e852eba082235b871365c663496fa11..0429f90b8cbe67fd9feb3192017b1271c59fe187 100644 (file)
@@ -21,6 +21,7 @@ public:
        SharedSobsCS() : Calculator("sharedsobs", 1, true) {};
        EstOutput getValues(SAbundVector* rank){ return data; };
        EstOutput getValues(vector<SharedRAbundVector*>);
+    EstOutput getValues(vector<SharedRAbundVector*>, vector<string>&);
        string getCitation() { return "http://www.mothur.org/wiki/Sharedsobs"; }
 };