]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobscollectsummary.h
fixed bug with displaying info for collect.shared() and summary.shared().
[mothur.git] / sharedsobscollectsummary.h
diff --git a/sharedsobscollectsummary.h b/sharedsobscollectsummary.h
new file mode 100644 (file)
index 0000000..3ff35b1
--- /dev/null
@@ -0,0 +1,27 @@
+#ifndef SHAREDSOBSCOLLECTSUMMARY_H
+#define SHAREDSOBSCOLLECTSUMMARY_H
+
+/*
+ *  sharedsobscollectsummary.h
+ *  Mothur
+ *
+ *  Created by Sarah Westcott on 2/12/09.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+
+
+#include "calculator.h"
+
+/***********************************************************************/
+class SharedSobsCS : public Calculator {
+
+public:
+       SharedSobsCS() : Calculator("SharedSobs", 1) {};
+       EstOutput getValues(SAbundVector* rank){ return data; };
+       EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2);
+};
+
+/***********************************************************************/
+
+#endif