X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readphylip.h;h=c7720324ce261c475e2e83c99e2f0e0949083c81;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=eab0df422ccd6bfe25e7e0171967f45f60993cdd;hpb=154e089bcd37c2c2f773e53ffb88a20170b27037;p=mothur.git 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