X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=hcluster.h;h=d8598867a7bf247509a7736203a5ef505ce70f9e;hp=78406505a1665dfa7eb95e7a8c0733ee0a7e7f5e;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=aa9238c0a9e6e7aa0ed8b8b606b08ad4fd7dcfe3 diff --git a/hcluster.h b/hcluster.h index 7840650..d859886 100644 --- a/hcluster.h +++ b/hcluster.h @@ -23,7 +23,7 @@ class HCluster { public: HCluster(RAbundVector*, ListVector*, string, string, NameAssignment*, float); ~HCluster(){}; - bool update(int, int, float); + double update(int, int, float); void setMapWanted(bool m); map getSeqtoBin() { return seq2Bin; } vector getSeqs();