X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=database.hpp;h=3191fdfb02d5323129af949cf1eb50aea50ff3c8;hb=058715887611e00dc18324cb0bd4a4a8472530b3;hp=7fd29b3ae4d09ede0d5227f639e1ea6308f778a0;hpb=9ada98592a54c82d08f3d46c9b1d8c3e472a922d;p=mothur.git diff --git a/database.hpp b/database.hpp index 7fd29b3..3191fdf 100644 --- a/database.hpp +++ b/database.hpp @@ -55,9 +55,9 @@ public: virtual void setNumSeqs(int i) { numSeqs = i; } virtual vector getSequencesWithKmer(int){ vector filler; return filler; }; virtual int getMaxKmer(){ return 1; }; - protected: + MothurOut* m; int numSeqs, longest; float searchScore; vector results;