X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=filters.h;fp=filters.h;h=94f8d33c0329793f3e1c39c0ea0c467f53493357;hb=17a6a53298a907c005fa93fb82af9e533adcda09;hp=4c396070a911000018710a3b652f2f81439e1db7;hpb=99c986582ae659c205411639a8e9fa88fb680cd0;p=mothur.git diff --git a/filters.h b/filters.h index 4c39607..94f8d33 100644 --- a/filters.h +++ b/filters.h @@ -28,6 +28,8 @@ public: void setSoft(float s) { soft = s; } void setTrump(float t) { trump = t; } void setNumSeqs(int num) { numSeqs = num; } + vector a, t, g, c, gap; + void initialize() { a.assign(alignmentLength, 0); @@ -89,7 +91,6 @@ public: protected: string filter; - vector a, t, g, c, gap; int alignmentLength, numSeqs; float soft; char trump;