]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.h
started work on sffinfo command. fixed bug across all paralellized commands if the...
[mothur.git] / trimseqscommand.h
index fefe53490cc4b0c1275a006c0946f022c24e366a..ab692d3ee0dbd3ce77ce158ab9a0e82aca7719e6 100644 (file)
@@ -24,9 +24,9 @@ public:
 private:
 
        struct linePair {
-               int start;
+               unsigned long int start;
                int num;
-               linePair(long int i, int j) : start(i), num(j) {}
+               linePair(unsigned long int i, int j) : start(i), num(j) {}
        };
 
        void getOligos(vector<string>&);