X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=fullmatrix.h;h=15fee6e04a97416f3ad734c4f81fe75a6eb598ec;hb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;hp=7cb8b15fedf8c39f06aeaee5ca3fb6e9f3274499;hpb=a218321731df14d231bbc08e79906f757cf1540d;p=mothur.git diff --git a/fullmatrix.h b/fullmatrix.h index 7cb8b15..15fee6e 100644 --- a/fullmatrix.h +++ b/fullmatrix.h @@ -23,7 +23,7 @@ struct Names { class FullMatrix { public: - FullMatrix(){}; + FullMatrix(){ m = MothurOut::getInstance(); } FullMatrix(ifstream&); ~FullMatrix(){}; @@ -53,6 +53,7 @@ private: int numGroups; int numUserGroups; GlobalData* globaldata; + MothurOut* m; }; #endif