X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cluster.hpp;h=26a01b9389778fea2e2b1067a1738c75027ad7f2;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=ff5d41d38c71cfea8dd9d434f7a4e466e0cd160c;hpb=0cefb55a2616975bd4a144fc345693695ffc9bb6;p=mothur.git diff --git a/cluster.hpp b/cluster.hpp index ff5d41d..26a01b9 100644 --- a/cluster.hpp +++ b/cluster.hpp @@ -1,7 +1,7 @@ #ifndef CLUSTER_H #define CLUSTER_H - +//test change #include "mothur.h" #include "sparsedistancematrix.h" @@ -14,6 +14,7 @@ class Cluster { public: Cluster(RAbundVector*, ListVector*, SparseDistanceMatrix*, float, string); + virtual ~Cluster() {} virtual void update(double&); virtual string getTag() = 0; virtual void setMapWanted(bool m); @@ -102,4 +103,4 @@ private: -#endif \ No newline at end of file +#endif