]> git.donarmstrong.com Git - mothur.git/blobdiff - readmatrix.hpp
cleaned up code
[mothur.git] / readmatrix.hpp
index d4edb5b8ad866e10a15ce82ef22d22d418c68e84..49ae2946fda42c49c8475b040ac8f7e3f5617499 100644 (file)
@@ -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;
 };