X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pintail.h;h=c970fdd87371e66afef3a9e1a40b465857d07b4b;hb=0ac77545b7ad36dbd28c5388fb85e9156207c56d;hp=6bbc1a3ab2b74f856ddae5c7a42376280656a389;hpb=4b6e3f7b5543822a2cca4fb076ab6af2ce8ca62d;p=mothur.git diff --git a/pintail.h b/pintail.h index 6bbc1a3..c970fdd 100644 --- a/pintail.h +++ b/pintail.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 // "At Least 1 in 20 16S rRNA Sequence Records Currently Held in the Public Repositories is Estimated To Contain Substantial Anomalies" paper //by Kevin E. Ashelford 1, Nadia A. Chuzhanova 3, John C. Fry 1, Antonia J. Jones 2 and Andrew J. Weightman 1. @@ -28,13 +28,13 @@ class Pintail : public Chimera { ~Pintail(); int getChimeras(Sequence*); - Sequence* print(ostream&, ostream&); + Sequence print(ostream&, ostream&); void setCons(string c) { consfile = c; } void setQuantiles(string q) { quanfile = q; } #ifdef USE_MPI - Sequence* print(MPI_File&, MPI_File&); + Sequence print(MPI_File&, MPI_File&); #endif private: