]> git.donarmstrong.com Git - mothur.git/blobdiff - heip.h
Revert to previous commit
[mothur.git] / heip.h
diff --git a/heip.h b/heip.h
new file mode 100644 (file)
index 0000000..806b299
--- /dev/null
+++ b/heip.h
@@ -0,0 +1,28 @@
+#ifndef HEIP
+#define HEIP
+
+/*
+ *  heip.h
+ *  Mothur
+ *
+ *  Created by Pat Schloss on 8/21/10.
+ *  Copyright 2010 Schloss Lab. All rights reserved.
+ *
+ */
+
+#include "calculator.h"
+
+/***********************************************************************/
+
+class Heip : public Calculator  {
+       
+public:
+       Heip() : Calculator("heip", 1, false) {};
+       EstOutput getValues(SAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Heip"; }
+};
+
+/***********************************************************************/
+
+#endif