]> git.donarmstrong.com Git - mothur.git/blobdiff - kmerdb.hpp
removed line option
[mothur.git] / kmerdb.hpp
index eb10061c9c36eab1053a07fe2cc7d0f4e3eb90cd..d50c8b2607347aa337b8cc57fc0566b40ccbb01b 100644 (file)
  */
 
 #include "mothur.h"
+#include "database.hpp"
 
 class KmerDB : public Database {
        
 public:
        KmerDB(string, int);
-       Sequence* findClosestSequence(Sequence*);
+       ~KmerDB();
+       Sequence findClosestSequence(Sequence*);
 
 private:
        void generateKmerDB(string);