X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=readcolumn.h;h=ff95aff3f8edfc6f85ece8860e78308f5bea191d;hp=5e718afda866d5c72f907d3d42693792d1972d62;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=aa9238c0a9e6e7aa0ed8b8b606b08ad4fd7dcfe3 diff --git a/readcolumn.h b/readcolumn.h index 5e718af..ff95aff 100644 --- a/readcolumn.h +++ b/readcolumn.h @@ -17,8 +17,10 @@ class ReadColumnMatrix : public ReadMatrix { public: ReadColumnMatrix(string); + ReadColumnMatrix(string, bool); ~ReadColumnMatrix(); int read(NameAssignment*); + int read(CountTable*); private: ifstream fileHandle; string distFile;