]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeracheckcommand.h
working on windows paralellization, added trimOligos class to be used by trim.flows...
[mothur.git] / chimeracheckcommand.h
index 350e10ea4bbbfc5bee07906e93edb029e996dc5f..918b4e5e9bf8aa4a16a1e0ba0716e09753a29cea 100644 (file)
@@ -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<int> processIDS;   //processid
@@ -50,7 +50,7 @@ private:
        int createProcesses(string, string);
                
        #ifdef USE_MPI
-       int driverMPI(int, int, MPI_File&, MPI_File&, vector<unsigned long int>&);
+       int driverMPI(int, int, MPI_File&, MPI_File&, vector<unsigned long long>&);
        #endif
 
        bool abort, svg, save;