]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.h
started work on sffinfo command. fixed bug across all paralellized commands if the...
[mothur.git] / seqsummarycommand.h
index 58fbc0a8b4e9dddec4745f65882ac9b6b6dd8002..3e576a0b8aa276c6134cefb83fea9831d0520661 100644 (file)
@@ -26,9 +26,9 @@ private:
        int processors;
        
        struct linePair {
-               int start;
+               unsigned long int start;
                int num;
-               linePair(long int i, long int j) : start(i), num(j) {}
+               linePair(unsigned long int i, long int j) : start(i), num(j) {}
        };
        vector<linePair*> lines;
        vector<int> processIDS;