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