]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobscollectsummary.h
added checks for ^C to quit command instead of program
[mothur.git] / sharedsobscollectsummary.h
index 3ff35b15dacda761a51d52a64efcd1d760b5498e..6c8e7c32c5f55181eed23169fff8cf6bcc9c51ae 100644 (file)
@@ -10,6 +10,7 @@
  *
  */
 
+/* This calculator returns the number of shared species between 2 groups. */
 
 #include "calculator.h"
 
@@ -17,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*>);
 };
 
 /***********************************************************************/