]> git.donarmstrong.com Git - mothur.git/blob - hspfinder.h
dc287e991502f16c83fa7d678011eeaf4d9426d1
[mothur.git] / hspfinder.h
1 //uchime by Robert C. Edgar http://drive5.com/uchime This code is donated to the public domain.
2
3 #ifndef hspfinder_h
4 #define hspfinder_h
5
6 #include "seq.h"
7
8 class HSPFinder
9         {
10 public:
11         void SetA(const SeqData &/*SD*/) {}
12         void SetB(const SeqData &/*SD*/) {}
13         };
14
15 #endif // hspfinder_h