]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
started work on sffinfo command. fixed bug across all paralellized commands if the...
[mothur.git] / screenseqscommand.h
index f1b72051250d07a389ed332b0690cbcda3b807c0..314e6617f6b2ec76033636ec8a05f722b3274e49 100644 (file)
@@ -23,9 +23,9 @@ public:
 private:
 
        struct linePair {
-               int start;
+               unsigned long int start;
                int numSeqs;
-               linePair(long int i, int j) : start(i), numSeqs(j) {}
+               linePair(unsigned long int i, int j) : start(i), numSeqs(j) {}
        };
        vector<int> processIDS;   //processid
        vector<linePair*> lines;