X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraslayercommand.h;h=c5ef88885d9b4c1e7275c998e8a2b35bbbbba99b;hb=b20d7d9b1b0eeeaedb78d8fdf26833fd212d2e81;hp=95541b2b6aac8a636242dba385c1114267416bb4;hpb=b4f80c1d2be78a8743a408a2b6d462b07f9f71ff;p=mothur.git diff --git a/chimeraslayercommand.h b/chimeraslayercommand.h index 95541b2..c5ef888 100644 --- a/chimeraslayercommand.h +++ b/chimeraslayercommand.h @@ -29,9 +29,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;