X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readphylip.h;h=c7720324ce261c475e2e83c99e2f0e0949083c81;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=244cc47e4085f2820f4fef01adddf0317075e88b;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;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;