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