X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=alignmentdb.h;fp=alignmentdb.h;h=900aadc6eb8be36b9c0193f8d255a2fdc8312269;hb=55386dddad84cc1140d736cabaf4dd0ae16f2e01;hp=27d0434e7cbc453c6cf98dba633d65d8a9bf7790;hpb=990ded2eb38078a417fa00b4fbb4d3c24f4b5046;p=mothur.git diff --git a/alignmentdb.h b/alignmentdb.h index 27d0434..900aadc 100644 --- a/alignmentdb.h +++ b/alignmentdb.h @@ -20,7 +20,7 @@ class AlignmentDB { public: - AlignmentDB(string, string, int, float, float, float, float); //reads fastafile passed in and stores sequences + AlignmentDB(string, string, int, float, float, float, float, int); //reads fastafile passed in and stores sequences AlignmentDB(string); AlignmentDB(const AlignmentDB& adb); ~AlignmentDB(); @@ -30,7 +30,7 @@ public: int getLongestBase() { return longest; } private: - int numSeqs, longest; + int numSeqs, longest, threadID; string method; Database* search;