]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlennon.h
added sharedbraycurtis, sharedmorisirahorn, sharedkulczynski, sharedkulczynskicody...
[mothur.git] / sharedlennon.h
diff --git a/sharedlennon.h b/sharedlennon.h
new file mode 100644 (file)
index 0000000..57a6355
--- /dev/null
@@ -0,0 +1,32 @@
+#ifndef SHAREDLENNON_H
+#define SHAREDLENNON_H
+
+/*
+ *  sharedlennon.h
+ *  Mothur
+ *
+ *  Created by Sarah Westcott on 3/24/09.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+
+
+#include "calculator.h"
+
+/***********************************************************************/
+
+class SharedLennon : public Calculator  {
+       
+public:
+       SharedLennon() :  Calculator("SharedLennon", 1) {};
+       EstOutput getValues(SAbundVector*) {return data;};
+       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+private:
+       
+};
+
+/***********************************************************************/
+
+
+
+#endif
\ No newline at end of file