X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sequencedb.h;h=8f7640ed3f90f1feb827448120759911d2da8e21;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=8c7e649b893339daac20eb8cd1fb9dd0f1833544;hpb=cd37904452dc95b183ff313ff05720c562902487;p=mothur.git diff --git a/sequencedb.h b/sequencedb.h index 8c7e649..8f7640e 100644 --- a/sequencedb.h +++ b/sequencedb.h @@ -37,11 +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; };