]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedochiai.h
Revert to previous commit
[mothur.git] / sharedochiai.h
diff --git a/sharedochiai.h b/sharedochiai.h
new file mode 100644 (file)
index 0000000..fb799de
--- /dev/null
@@ -0,0 +1,30 @@
+#ifndef OCHIAI_H
+#define OCHIAI_H
+/*
+ *  sharedochiai.h
+ *  Mothur
+ *
+ *  Created by Sarah Westcott on 3/23/09.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+
+#include "calculator.h"
+
+/***********************************************************************/
+
+class Ochiai : public Calculator  {
+       
+public:
+       Ochiai() :  Calculator("ochiai", 1, false) {};
+       EstOutput getValues(SAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/ochiai"; }
+private:
+       
+};
+
+/***********************************************************************/
+
+
+#endif