X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pintail.h;h=92c399889c3be0aa0e552fe296612eb336bc8168;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=3da52459e58959457b0a491ce29bfa4f856f1df3;hpb=2f17ce987b15dca9a309116d9df5131a1d3a35ee;p=mothur.git diff --git a/pintail.h b/pintail.h index 3da5245..92c3998 100644 --- a/pintail.h +++ b/pintail.h @@ -28,13 +28,13 @@ class Pintail : public Chimera { ~Pintail(); int getChimeras(Sequence*); - int print(ostream&, ostream&); + Sequence print(ostream&, ostream&); void setCons(string c) { consfile = c; } void setQuantiles(string q) { quanfile = q; } #ifdef USE_MPI - int print(MPI_File&, MPI_File&); + Sequence print(MPI_File&, MPI_File&); #endif private: