]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeracheckrdp.h
changes while testing
[mothur.git] / chimeracheckrdp.h
index f17c7b16d9124074548c391300a0e7d99d2c07b8..cc23c2e9e8b0b794339a0dfa8fa91bae50f28c00 100644 (file)
@@ -29,10 +29,10 @@ class ChimeraCheckRDP : public Chimera {
                ~ChimeraCheckRDP();
                
                int getChimeras(Sequence*);
-               int print(ostream&, ostream&);
+               Sequence print(ostream&, ostream&);
                
                #ifdef USE_MPI
-               int print(MPI_File&, MPI_File&);
+               Sequence print(MPI_File&, MPI_File&);
                #endif
                
        private: