X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=hcluster.h;h=6b2862b7919b8d74e7a28a0442ef10bceb863db0;hb=f5023c911c377e5320c5110c78af98dd8841ef58;hp=ff02b1caff85b8fc48757d3d2b018b3b997ff7f4;hpb=3c856e629e20261496b0433c2587f27b2c8ba3f6;p=mothur.git diff --git a/hcluster.h b/hcluster.h index ff02b1c..6b2862b 100644 --- a/hcluster.h +++ b/hcluster.h @@ -15,19 +15,13 @@ class RAbundVector; class ListVector; -/************************************************************/ -struct clusterNode { - int numSeq; - int parent; - int smallChild; //used to make linkTable work with list and rabund. represents bin number of this cluster node - clusterNode(int num, int par, int kid) : numSeq(num), parent(par), smallChild(kid) {}; -}; /***********************************************************************/ class HCluster { public: HCluster(RAbundVector*, ListVector*); + ~HCluster(){}; bool update(int, int, float); //string getTag();