]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerapintailcommand.h
working on windows paralellization, added trimOligos class to be used by trim.flows...
[mothur.git] / chimerapintailcommand.h
index 9e1d6f8d253e61cc22e208eaf4d68259c06d7b02..ddbb648593c349bc52ca13bf990a5bc7f31bf50a 100644 (file)
@@ -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<int> 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<unsigned long int>&);
+       int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector<unsigned long long>&);
        #endif
 
        bool abort, filter, save;