]> git.donarmstrong.com Git - mothur.git/blob - hspfinder.h
2b8e9d84cac56d05d891beb9db9bdbf984a8bef5
[mothur.git] / 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