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