]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraccodecommand.h
another attempt to fix sffinfo
[mothur.git] / chimeraccodecommand.h
index c3d71c920ee2d84e8c6a2738e21cbcb840d4a8c5..5989eb25e0c5c1488e8bdf69e03157bbe1e7e6fd 100644 (file)
@@ -28,9 +28,9 @@ public:
 private:
 
        struct linePair {
-               int start;
+               unsigned long int start;
                int numSeqs;
-               linePair(long int i, int j) : start(i), numSeqs(j) {}
+               linePair(unsigned long int i, int j) : start(i), numSeqs(j) {}
        };
        vector<int> processIDS;   //processid
        vector<linePair*> lines;
@@ -39,7 +39,7 @@ private:
        int createProcesses(string, string, string);
        
        #ifdef USE_MPI
-       int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector<long>&);
+       int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector<unsigned long int>&);
        #endif
 
        bool abort, filter;