X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readmatrix.hpp;fp=readmatrix.hpp;h=49ae2946fda42c49c8475b040ac8f7e3f5617499;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=31a4da49c8decf24b75b059db4890d377fa54aef;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b;p=mothur.git diff --git a/readmatrix.hpp b/readmatrix.hpp index 31a4da4..49ae294 100644 --- a/readmatrix.hpp +++ b/readmatrix.hpp @@ -14,14 +14,13 @@ #include "listvector.hpp" #include "sparsematrix.hpp" #include "nameassignment.hpp" -#include "globaldata.hpp" class SparseMatrix; class ReadMatrix { public: - ReadMatrix(){ D = new SparseMatrix(); m = MothurOut::getInstance(); globaldata = GlobalData::getInstance(); } + ReadMatrix(){ D = new SparseMatrix(); m = MothurOut::getInstance(); } virtual ~ReadMatrix() {} virtual int read(NameAssignment*){ return 1; } @@ -35,7 +34,6 @@ public: protected: SparseMatrix* D; ListVector* list; - GlobalData* globaldata; float cutoff; MothurOut* m; bool sim;