]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobs.h
added concensus command and updated calcs
[mothur.git] / sharedsobs.h
index b49119b7c18590f141292c5c91432967422b6de2..e71b6b881033258b5900d41072faf7a6364a3db9 100644 (file)
@@ -19,9 +19,9 @@ It is a child of the calculator class. */
 class SharedSobs : public Calculator {
 
 public:
-       SharedSobs() : Calculator("sharedsobs", 1) {};
+       SharedSobs() : Calculator("sharedsobs", 1, false) {};
        EstOutput getValues(SAbundVector* rank){ return data; };
-       EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 };
 
 /***********************************************************************/