X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readmatrix.hpp;h=49ae2946fda42c49c8475b040ac8f7e3f5617499;hb=ccae9eef0b44f2d63fdf4a707d0d40243aa1b990;hp=d4edb5b8ad866e10a15ce82ef22d22d418c68e84;hpb=aa9238c0a9e6e7aa0ed8b8b606b08ad4fd7dcfe3;p=mothur.git diff --git a/readmatrix.hpp b/readmatrix.hpp index d4edb5b..49ae294 100644 --- a/readmatrix.hpp +++ b/readmatrix.hpp @@ -14,7 +14,6 @@ #include "listvector.hpp" #include "sparsematrix.hpp" #include "nameassignment.hpp" -#include "globaldata.hpp" class SparseMatrix; @@ -35,9 +34,9 @@ public: protected: SparseMatrix* D; ListVector* list; - GlobalData* globaldata; float cutoff; MothurOut* m; + bool sim; };