]> git.donarmstrong.com Git - mothur.git/blobdiff - ccode.h
changed random forest output filename
[mothur.git] / ccode.h
diff --git a/ccode.h b/ccode.h
index 60feaf448727b545e171682a9a3a0d72257b6f8b..dcd48797da324699218114a5dfd1b64be4ac8dd3 100644 (file)
--- a/ccode.h
+++ b/ccode.h
@@ -15,7 +15,7 @@
 #include "decalc.h"
 
 /***********************************************************/
-//This class was created using the algorythms described in the 
+//This class was created using the algorithms described in the 
 // "Evaluating putative chimeric sequences from PCR-amplified products" paper 
 //by Juan M. Gonzalez, Johannes Zimmerman and Cesareo Saiz-Jimenez.
 
@@ -28,10 +28,10 @@ class Ccode : public Chimera {
                ~Ccode();
                
                int getChimeras(Sequence* query);
-               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: