X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readphylip.h;h=c7720324ce261c475e2e83c99e2f0e0949083c81;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=9277338c81fafed9daa6068fdf4e2a0c84d7682e;hpb=163b300cfd7d4ca4e70c454be20f07b1d8346650;p=mothur.git diff --git a/readphylip.h b/readphylip.h index 9277338..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;