X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readcolumn.h;h=ff95aff3f8edfc6f85ece8860e78308f5bea191d;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=415bef2fddf5a6272261cab2b0c364c64411fd8e;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/readcolumn.h b/readcolumn.h index 415bef2..ff95aff 100644 --- a/readcolumn.h +++ b/readcolumn.h @@ -20,6 +20,7 @@ public: ReadColumnMatrix(string, bool); ~ReadColumnMatrix(); int read(NameAssignment*); + int read(CountTable*); private: ifstream fileHandle; string distFile;