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