X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readmatrix.hpp;fp=readmatrix.hpp;h=31a4da49c8decf24b75b059db4890d377fa54aef;hb=fdc1f6eaf544f695fc1511f24bddd7e6069c33ba;hp=d4edb5b8ad866e10a15ce82ef22d22d418c68e84;hpb=aba5f8811829037b0a3004ef33f0ad4ed5e5fcf8;p=mothur.git diff --git a/readmatrix.hpp b/readmatrix.hpp index d4edb5b..31a4da4 100644 --- a/readmatrix.hpp +++ b/readmatrix.hpp @@ -21,7 +21,7 @@ class SparseMatrix; class ReadMatrix { public: - ReadMatrix(){ D = new SparseMatrix(); m = MothurOut::getInstance(); } + ReadMatrix(){ D = new SparseMatrix(); m = MothurOut::getInstance(); globaldata = GlobalData::getInstance(); } virtual ~ReadMatrix() {} virtual int read(NameAssignment*){ return 1; } @@ -38,6 +38,7 @@ protected: GlobalData* globaldata; float cutoff; MothurOut* m; + bool sim; };