X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimerapintailcommand.h;fp=chimerapintailcommand.h;h=ddbb648593c349bc52ca13bf990a5bc7f31bf50a;hb=ae57e166b2ed7b475ec3f466106bd76fabadd063;hp=9e1d6f8d253e61cc22e208eaf4d68259c06d7b02;hpb=55386dddad84cc1140d736cabaf4dd0ae16f2e01;p=mothur.git diff --git a/chimerapintailcommand.h b/chimerapintailcommand.h index 9e1d6f8..ddbb648 100644 --- a/chimerapintailcommand.h +++ b/chimerapintailcommand.h @@ -38,9 +38,9 @@ private: ReferenceDB* rdb; 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, 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;