]> git.donarmstrong.com Git - mothur.git/blobdiff - bellerophon.h
changes while testing
[mothur.git] / bellerophon.h
index 1333ec8f16d8d0985a2b289b65294ef1f94a95f3..36555bf0d406addb3cc7685ee55fdac341dffe68 100644 (file)
@@ -28,17 +28,17 @@ class Bellerophon : public Chimera {
                ~Bellerophon() { delete distCalculator; for (int i = 0; i < seqs.size(); i++) { delete seqs[i];  }  seqs.clear(); }
                
                int getChimeras();
-               int print(ostream&, ostream&);
+               int print(ostream&, ostream&, string);
                
                #ifdef USE_MPI
-               int print(MPI_File&, MPI_File&);
+               int print(MPI_File&, MPI_File&, string);
                #endif
                
        private:
                struct linePair {
-                       int start;
+                       unsigned long long start;
                        int num;
-                       linePair(long int i, int j) : start(i), num(j) {}
+                       linePair(unsigned long long i, int j) : start(i), num(j) {}
                };
                
                vector<linePair> lines;