X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=readphylip.h;h=c7720324ce261c475e2e83c99e2f0e0949083c81;hp=eab0df422ccd6bfe25e7e0171967f45f60993cdd;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=154e089bcd37c2c2f773e53ffb88a20170b27037 diff --git a/readphylip.h b/readphylip.h index eab0df4..c772032 100644 --- a/readphylip.h +++ b/readphylip.h @@ -17,8 +17,10 @@ class ReadPhylipMatrix : public ReadMatrix { public: ReadPhylipMatrix(string); + ReadPhylipMatrix(string, bool); ~ReadPhylipMatrix(); - void read(NameAssignment*); + int read(NameAssignment*); + int read(CountTable*); private: ifstream fileHandle; string distFile; @@ -26,4 +28,4 @@ private: /******************************************************/ -#endif \ No newline at end of file +#endif