]> git.donarmstrong.com Git - mothur.git/blobdiff - filters.h
testing mpi
[mothur.git] / filters.h
index 4c396070a911000018710a3b652f2f81439e1db7..94f8d33c0329793f3e1c39c0ea0c467f53493357 100644 (file)
--- 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<int> a, t, g, c, gap;
+       
        
        void initialize() {
                a.assign(alignmentLength, 0);
@@ -89,7 +91,6 @@ public:
                
 protected:
        string filter;
-       vector<int> a, t, g, c, gap;
        int alignmentLength, numSeqs;
        float soft;
        char trump;