X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=formatmatrix.h;h=859b78ab2b72569344ccf7c9485de76333ca5ae3;hp=7e7a99c1dbcf4bf495ad7b1a7c7caec49bef3e90;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=aa9238c0a9e6e7aa0ed8b8b606b08ad4fd7dcfe3 diff --git a/formatmatrix.h b/formatmatrix.h index 7e7a99c..859b78a 100644 --- a/formatmatrix.h +++ b/formatmatrix.h @@ -13,6 +13,7 @@ #include "mothur.h" #include "listvector.hpp" #include "nameassignment.hpp" +#include "counttable.h" //********************************************************************************************************************** @@ -61,6 +62,7 @@ public: virtual ~FormatMatrix() {} virtual int read(NameAssignment*){ return 1; } + virtual int read(CountTable*){ return 1; } void setCutoff(float c) { cutoff = c; } ListVector* getListVector() { return list; }