]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeracheckcommand.h
started work on sffinfo command. fixed bug across all paralellized commands if the...
[mothur.git] / chimeracheckcommand.h
index b3b49d30bad83f82d5c48b3cf1acf82f80ac766e..7c4934470f448e8fee497fbbdafe5f5cda57115e 100644 (file)
@@ -28,9 +28,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;