X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readcolumn.h;h=ff95aff3f8edfc6f85ece8860e78308f5bea191d;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;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;