]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraccodecommand.h
changed how we break up the files on parallelized commands to avoid scanning file.
[mothur.git] / chimeraccodecommand.h
index 5989eb25e0c5c1488e8bdf69e03157bbe1e7e6fd..d980288ac3585916321edec15114d0c47303e120 100644 (file)
@@ -26,11 +26,10 @@ public:
        
                
 private:
-
        struct linePair {
                unsigned long int start;
-               int numSeqs;
-               linePair(unsigned long int i, int j) : start(i), numSeqs(j) {}
+               unsigned long int end;
+               linePair(unsigned long int i, unsigned long int j) : start(i), end(j) {}
        };
        vector<int> processIDS;   //processid
        vector<linePair*> lines;