X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=ccode.h;h=dcd48797da324699218114a5dfd1b64be4ac8dd3;hp=91ef84517053c22129c0257daddf11dbcf50d041;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=fdc1f6eaf544f695fc1511f24bddd7e6069c33ba diff --git a/ccode.h b/ccode.h index 91ef845..dcd4879 100644 --- 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); - 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: