X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraccodecommand.h;h=5b8092b6f7075111c7fa8c5c58caf14ef3ebaeca;hb=ae57e166b2ed7b475ec3f466106bd76fabadd063;hp=87f5ee87f7df50625be6a7a6407070e73dfc5b8c;hpb=65b6a38d00b3a72021611211e7c25392022c69ed;p=mothur.git diff --git a/chimeraccodecommand.h b/chimeraccodecommand.h index 87f5ee8..5b8092b 100644 --- a/chimeraccodecommand.h +++ b/chimeraccodecommand.h @@ -36,9 +36,9 @@ public: private: struct linePair { - unsigned long int start; - unsigned long int end; - linePair(unsigned long int i, unsigned long int j) : start(i), end(j) {} + unsigned long long start; + unsigned long long end; + linePair(unsigned long long i, unsigned long long j) : start(i), end(j) {} }; vector processIDS; //processid vector lines; @@ -47,7 +47,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, save;