X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=bellerophon.h;h=36555bf0d406addb3cc7685ee55fdac341dffe68;hp=41c10191a730fc7291644fd4c4fbaddc4b9231e8;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=956cdff34f2d609a7736838b1631cd7957580b8b diff --git a/bellerophon.h b/bellerophon.h index 41c1019..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 { - unsigned long int start; + unsigned long long start; int num; - linePair(unsigned long int i, int j) : start(i), num(j) {} + linePair(unsigned long long i, int j) : start(i), num(j) {} }; vector lines;