]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobscollectsummary.h
added concensus command and updated calcs
[mothur.git] / sharedsobscollectsummary.h
index 016fb6a81f44e447bf5ef1efd8f3efa5b52dc6dd..6c8e7c32c5f55181eed23169fff8cf6bcc9c51ae 100644 (file)
@@ -18,9 +18,9 @@
 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<SharedRAbundVector*>);
 };
 
 /***********************************************************************/