X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=bellerophon.h;h=36555bf0d406addb3cc7685ee55fdac341dffe68;hp=1333ec8f16d8d0985a2b289b65294ef1f94a95f3;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=fdc1f6eaf544f695fc1511f24bddd7e6069c33ba diff --git a/bellerophon.h b/bellerophon.h index 1333ec8..36555bf 100644 --- a/bellerophon.h +++ b/bellerophon.h @@ -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 lines;