]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerapintailcommand.h
pat's changes to trim.seqs
[mothur.git] / chimerapintailcommand.h
index b0dcceb4d766e693a9d9c32819352690740c9946..9fc6f437c6724f3424e412b3af5ad0d59c06066e 100644 (file)
@@ -29,9 +29,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;
@@ -43,7 +43,7 @@ private:
        int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector<long>&);
        #endif
 
-       bool abort, filter, MPIWroteAccnos;
+       bool abort, filter;
        string fastafile, templatefile, consfile, quanfile, maskfile, outputDir, inputDir;
        int processors, window, increment, numSeqs, templateSeqsLength;
        Chimera* chimera;