X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=readcolumn.h;h=ff95aff3f8edfc6f85ece8860e78308f5bea191d;hp=fea6f5934c61a5519086402156369c45da594c20;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=163b300cfd7d4ca4e70c454be20f07b1d8346650 diff --git a/readcolumn.h b/readcolumn.h index fea6f59..ff95aff 100644 --- a/readcolumn.h +++ b/readcolumn.h @@ -17,11 +17,14 @@ class ReadColumnMatrix : public ReadMatrix { public: ReadColumnMatrix(string); + ReadColumnMatrix(string, bool); ~ReadColumnMatrix(); - void read(NameAssignment*); + int read(NameAssignment*); + int read(CountTable*); private: ifstream fileHandle; string distFile; + }; /******************************************************/