X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=formatmatrix.h;fp=formatmatrix.h;h=30e427668bbcca5a9db73b1858097f3c0e0b4379;hb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;hp=4ef36d95d6d8e11db5bf065a755fd0292e809c17;hpb=a218321731df14d231bbc08e79906f757cf1540d;p=mothur.git diff --git a/formatmatrix.h b/formatmatrix.h index 4ef36d9..30e4276 100644 --- a/formatmatrix.h +++ b/formatmatrix.h @@ -57,7 +57,7 @@ class FormatMatrix { public: - FormatMatrix(){ } + FormatMatrix(){ m = MothurOut::getInstance(); } virtual ~FormatMatrix() {} virtual void read(NameAssignment*){}; @@ -72,6 +72,7 @@ protected: float cutoff; string distFile; vector rowPos; + MothurOut* m; }; //**********************************************************************************************************************