X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readphylip.h;h=c7720324ce261c475e2e83c99e2f0e0949083c81;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=3e5e7490c618b3d7dac55fb5bd8f8c1853d0ea93;hpb=aa9238c0a9e6e7aa0ed8b8b606b08ad4fd7dcfe3;p=mothur.git diff --git a/readphylip.h b/readphylip.h index 3e5e749..c772032 100644 --- a/readphylip.h +++ b/readphylip.h @@ -17,8 +17,10 @@ class ReadPhylipMatrix : public ReadMatrix { public: ReadPhylipMatrix(string); + ReadPhylipMatrix(string, bool); ~ReadPhylipMatrix(); int read(NameAssignment*); + int read(CountTable*); private: ifstream fileHandle; string distFile;