X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimerapintailcommand.h;h=9082204bf80af5ccb83cba072078ef8b276f6e3a;hb=284fd95c611ccc3b1a7875c4dacfca06d1f50ed6;hp=9fc6f437c6724f3424e412b3af5ad0d59c06066e;hpb=956cdff34f2d609a7736838b1631cd7957580b8b;p=mothur.git diff --git a/chimerapintailcommand.h b/chimerapintailcommand.h index 9fc6f43..9082204 100644 --- a/chimerapintailcommand.h +++ b/chimerapintailcommand.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; @@ -40,7 +41,7 @@ private: int createProcesses(string, string, string); #ifdef USE_MPI - int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector&); + int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector&); #endif bool abort, filter;