]> git.donarmstrong.com Git - mothur.git/blobdiff - pintail.h
working on chimera change to add trim feature, fixed bug in print of distance file...
[mothur.git] / pintail.h
index 3da52459e58959457b0a491ce29bfa4f856f1df3..6bbc1a3ab2b74f856ddae5c7a42376280656a389 100644 (file)
--- 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: