X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterclassic.h;h=110c0408e5107e9acebd322c7a1070f364c13a7d;hb=e98d56be8369a799e61a411bc13d3bd1fa3451e5;hp=9a896f28df1a51d29978914e6922ce924b083e86;hpb=26b30b0881a37665b18746d2851607c494e8ccc0;p=mothur.git diff --git a/clusterclassic.h b/clusterclassic.h index 9a896f2..110c040 100644 --- a/clusterclassic.h +++ b/clusterclassic.h @@ -5,8 +5,8 @@ #include "mothur.h" #include "mothurout.h" #include "listvector.hpp" -#include "globaldata.hpp" #include "rabundvector.hpp" +#include "nameassignment.hpp" /* * clusterclassic.h @@ -21,7 +21,7 @@ class ClusterClassic { public: - ClusterClassic(float, string); + ClusterClassic(float, string, bool); int readPhylipFile(string, NameAssignment*); void update(double&); double getSmallDist() { return smallDist; } @@ -54,13 +54,12 @@ private: int smallRow; int smallCol, nseqs; double smallDist; - bool mapWanted; + bool mapWanted, sim; double cutoff, aboveCutoff; map seq2Bin; string method; MothurOut* m; - GlobalData* globaldata; }; #endif