]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
added versioning info to all shortcut files mothur makes.
[mothur.git] / screenseqscommand.h
index f1b72051250d07a389ed332b0690cbcda3b807c0..071724f79cb45c69bb4c4237c072ddc462188439 100644 (file)
@@ -23,9 +23,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;
@@ -38,7 +38,7 @@ private:
        int createProcesses(string, string, string, string, set<string>&);
        
        #ifdef USE_MPI
-       int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, MPI_File&, vector<long>&, set<string>&);
+       int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, MPI_File&, vector<unsigned long int>&, set<string>&);
        #endif
 
        bool abort;