]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyseqscommand.h
started work on sffinfo command. fixed bug across all paralellized commands if the...
[mothur.git] / classifyseqscommand.h
index 1dc4c1bf0353609f3a18bc547ba947587d965fa7..3294118343bbf763fa93dc56b6a05a3f8043c5ca 100644 (file)
@@ -35,9 +35,9 @@ public:
        
 private:
        struct linePair {
-               int start;
+               unsigned long int start;
                int numSeqs;
-               linePair(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;