]> git.donarmstrong.com Git - mothur.git/blobdiff - chimera.h
working on chimera change to add trim feature, fixed bug in print of distance file...
[mothur.git] / chimera.h
index 6ac6191692a10c7c445b442721fc289784ff549d..8eec3cd03f16a0613f1c05e37e386dde7008c5be 100644 (file)
--- a/chimera.h
+++ b/chimera.h
@@ -101,10 +101,12 @@ class Chimera {
                virtual void printHeader(ostream&){};
                virtual int getChimeras(Sequence*){ return 0; }
                virtual int getChimeras(){ return 0; }
-               virtual int print(ostream&, ostream&){  return 0; }
+               virtual Sequence* print(ostream&, ostream&){  return NULL; }
+               virtual int print(ostream&, ostream&, string){  return 0; }
                
                #ifdef USE_MPI
-               virtual int print(MPI_File&, MPI_File&){  return 0; }
+               virtual Sequence* print(MPI_File&, MPI_File&){  return 0; }
+               virtual int print(MPI_File&, MPI_File&, string){  return 0; }
                #endif