]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraslayercommand.h
started work on sffinfo command. fixed bug across all paralellized commands if the...
[mothur.git] / chimeraslayercommand.h
index 7c20fb912bd321a121a410da45ed9abc87fce474..c2d9c45cfa931e9510981a4ff0c82c1d1e0fa890 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;