X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimerapintailcommand.h;h=93707458d3b7b7b09cd1b4eb3aa02f8f03bafa16;hb=b4f80c1d2be78a8743a408a2b6d462b07f9f71ff;hp=65e67fe0f92fb86df0abd757c4b06167dc024992;hpb=0c78e45408d8c099bc51579225ebfc227f7523b2;p=mothur.git diff --git a/chimerapintailcommand.h b/chimerapintailcommand.h index 65e67fe..9370745 100644 --- a/chimerapintailcommand.h +++ b/chimerapintailcommand.h @@ -29,9 +29,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 processIDS; //processid vector lines; @@ -40,7 +40,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;