X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ccode.h;h=dcd48797da324699218114a5dfd1b64be4ac8dd3;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=91ef84517053c22129c0257daddf11dbcf50d041;hpb=fdc1f6eaf544f695fc1511f24bddd7e6069c33ba;p=mothur.git 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: