X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeracheckcommand.h;h=918b4e5e9bf8aa4a16a1e0ba0716e09753a29cea;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=350e10ea4bbbfc5bee07906e93edb029e996dc5f;hpb=65b6a38d00b3a72021611211e7c25392022c69ed;p=mothur.git diff --git a/chimeracheckcommand.h b/chimeracheckcommand.h index 350e10e..918b4e5 100644 --- a/chimeracheckcommand.h +++ b/chimeracheckcommand.h @@ -38,9 +38,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 @@ -50,7 +50,7 @@ private: int createProcesses(string, string); #ifdef USE_MPI - int driverMPI(int, int, MPI_File&, MPI_File&, vector&); + int driverMPI(int, int, MPI_File&, MPI_File&, vector&); #endif bool abort, svg, save;