]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobscollectsummary.h
This is mothur v 1.2.0 - the April ~24, 2009 release
[mothur.git] / sharedsobscollectsummary.h
index 3ff35b15dacda761a51d52a64efcd1d760b5498e..016fb6a81f44e447bf5ef1efd8f3efa5b52dc6dd 100644 (file)
@@ -10,6 +10,7 @@
  *
  */
 
+/* This calculator returns the number of shared species between 2 groups. */
 
 #include "calculator.h"
 
@@ -17,7 +18,7 @@
 class SharedSobsCS : public Calculator {
 
 public:
-       SharedSobsCS() : Calculator("SharedSobs", 1) {};
+       SharedSobsCS() : Calculator("sharedsobs", 1) {};
        EstOutput getValues(SAbundVector* rank){ return data; };
        EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2);
 };