]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeracheckrdp.h
changed random forest output filename
[mothur.git] / chimeracheckrdp.h
index 4805ba11920bba45b96befc23005f4dba6e22fc5..25db15b6738f4909a3a02e939d9a114b9d63fa29 100644 (file)
@@ -17,7 +17,7 @@
 #include "alignmentdb.h"
 
 /***********************************************************/
-//This class was created using the algorythms described in 
+//This class was created using the algorithms described in 
 //CHIMERA_CHECK version 2.7 written by Niels Larsen. 
 
 /***********************************************************/
@@ -29,10 +29,10 @@ class ChimeraCheckRDP : public Chimera {
                ~ChimeraCheckRDP();
                
                int getChimeras(Sequence*);
-               Sequence* print(ostream&, ostream&);
+               Sequence print(ostream&, ostream&);
                
                #ifdef USE_MPI
-               Sequence* print(MPI_File&, MPI_File&);
+               Sequence print(MPI_File&, MPI_File&);
                #endif
                
        private: