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