X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=readcolumn.h;h=ff95aff3f8edfc6f85ece8860e78308f5bea191d;hp=415bef2fddf5a6272261cab2b0c364c64411fd8e;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc 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;