X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeracheckcommand.h;fp=chimeracheckcommand.h;h=71e1f0cdad86dc4610a65711c57c355eb9ee2aaf;hb=284fd95c611ccc3b1a7875c4dacfca06d1f50ed6;hp=84c75ac8b8ff49e85cec777ffb8d2beeec544990;hpb=e4c80376cc4533f66c8dfc18f3e1a86a60ac17fe;p=mothur.git diff --git a/chimeracheckcommand.h b/chimeracheckcommand.h index 84c75ac..71e1f0c 100644 --- a/chimeracheckcommand.h +++ b/chimeracheckcommand.h @@ -30,9 +30,10 @@ 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 processIDS; //processid vector lines;