]> git.donarmstrong.com Git - mothur.git/blobdiff - cluster.hpp
added modify names parameter to set.dir
[mothur.git] / cluster.hpp
index ff5d41d38c71cfea8dd9d434f7a4e466e0cd160c..dff55e61fcf7b571da5c0b895a5f46910f58f8c6 100644 (file)
@@ -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