X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sequencedb.h;h=8f7640ed3f90f1feb827448120759911d2da8e21;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=367254949fa6a2a43a59589db159810a82499dc7;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/sequencedb.h b/sequencedb.h index 3672549..8f7640e 100644 --- a/sequencedb.h +++ b/sequencedb.h @@ -37,12 +37,15 @@ public: void clear(); //clears data - remeber to loop through and delete the sequences inside or you will have a memory leak int size(); //returns datas size void print(ostream&); //loops through data using sequence class print + bool sameLength() { return samelength; } private: vector data; string readName(ifstream&); string readSequence(ifstream&); MothurOut* m; + bool samelength; + int length; };