X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readphylip.h;h=c7720324ce261c475e2e83c99e2f0e0949083c81;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=244cc47e4085f2820f4fef01adddf0317075e88b;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/readphylip.h b/readphylip.h index 244cc47..c772032 100644 --- a/readphylip.h +++ b/readphylip.h @@ -20,6 +20,7 @@ public: ReadPhylipMatrix(string, bool); ~ReadPhylipMatrix(); int read(NameAssignment*); + int read(CountTable*); private: ifstream fileHandle; string distFile;