X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=screenseqscommand.h;fp=screenseqscommand.h;h=87c8beef870b82a95f79bfddcdacba8ab2a1d47e;hb=ae57e166b2ed7b475ec3f466106bd76fabadd063;hp=3642295b54af9d46fd246ad642065952af7295ab;hpb=55386dddad84cc1140d736cabaf4dd0ae16f2e01;p=mothur.git diff --git a/screenseqscommand.h b/screenseqscommand.h index 3642295..87c8bee 100644 --- a/screenseqscommand.h +++ b/screenseqscommand.h @@ -33,9 +33,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, string, set&); #ifdef USE_MPI - int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector&, set&); + int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector&, set&); #endif bool abort; @@ -61,7 +61,7 @@ private: map nameMap; int readNames(); - int getSummary(vector&); + int getSummary(vector&); int createProcessesCreateSummary(vector&, vector&, vector&, vector&, vector&, string); int driverCreateSummary(vector&, vector&, vector&, vector&, vector&, string, linePair*); };