]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedmarczewski.h
Revert to previous commit
[mothur.git] / sharedmarczewski.h
diff --git a/sharedmarczewski.h b/sharedmarczewski.h
new file mode 100644 (file)
index 0000000..66a18f7
--- /dev/null
@@ -0,0 +1,29 @@
+#ifndef SHAREDMARCZEWSKI_H
+#define SHAREDMARCZEWSKI_H
+
+/*
+ *  sharedmarczewski.h
+ *  Mothur
+ *
+ *  Created by Thomas Ryabin on 4/8/09.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+
+#include "calculator.h"
+
+/***********************************************************************/
+
+class SharedMarczewski : public Calculator  {
+       
+public:
+       SharedMarczewski() : Calculator("sharedmarczewski", 1, false) {};
+       EstOutput getValues(SAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Sharedmarczewski"; }
+private:
+};
+
+/***********************************************************************/
+
+#endif