]> git.donarmstrong.com Git - mothur.git/blobdiff - uchime_src/hspfinder.h
added uchime_src folder. added biom parameter to make.shared. added biom as a current...
[mothur.git] / uchime_src / hspfinder.h
diff --git a/uchime_src/hspfinder.h b/uchime_src/hspfinder.h
new file mode 100644 (file)
index 0000000..2b8e9d8
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef hspfinder_h
+#define hspfinder_h
+
+#include "seq.h"
+
+class HSPFinder
+       {
+public:
+       void SetA(const SeqData &/*SD*/) {}
+       void SetB(const SeqData &/*SD*/) {}
+       };
+
+#endif // hspfinder_h