]> git.donarmstrong.com Git - mothur.git/blobdiff - bellerophon.h
working on chimera change to add trim feature, fixed bug in print of distance file...
[mothur.git] / bellerophon.h
index 41c10191a730fc7291644fd4c4fbaddc4b9231e8..08dca2b6cbbd296438b8575d0ad1d4e1919fa975 100644 (file)
@@ -28,10 +28,10 @@ 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: