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