]> git.donarmstrong.com Git - mothur.git/blob - uchime_src/hspfinder.h
changes while testing
[mothur.git] / uchime_src / hspfinder.h
1 #ifndef hspfinder_h
2 #define hspfinder_h
3
4 #include "seq.h"
5
6 class HSPFinder
7         {
8 public:
9         void SetA(const SeqData &/*SD*/) {}
10         void SetB(const SeqData &/*SD*/) {}
11         };
12
13 #endif // hspfinder_h