X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=filters.h;h=94f8d33c0329793f3e1c39c0ea0c467f53493357;hb=f07bf12e0d04340698aff7a36d2fee7c959ffe59;hp=4c396070a911000018710a3b652f2f81439e1db7;hpb=7e354c9abb09ea3cf5b500a16cc7f6dd79ccb6f5;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;