X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=formatcolumn.h;h=157a28962b506137b7f06bce0dcf785e46d13d37;hp=c713867bf2d95206ef0424763396cb734dd68578;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=e1cf60b82a48d4d96e3a696a2d221c56cfb0b298 diff --git a/formatcolumn.h b/formatcolumn.h index c713867..157a289 100644 --- a/formatcolumn.h +++ b/formatcolumn.h @@ -18,7 +18,8 @@ class FormatColumnMatrix : public FormatMatrix { public: FormatColumnMatrix(string); ~FormatColumnMatrix(); - void read(NameAssignment*); + int read(NameAssignment*); + int read(CountTable*); private: ifstream fileHandle;