X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=hcluster.h;h=78406505a1665dfa7eb95e7a8c0733ee0a7e7f5e;hb=f663afa231c9bc1b5e18e0ea3bdd2b2ee784f5b2;hp=7fc8177c56d50303771e1a60c9fdd0f4e84d957b;hpb=6777912b79eb6d011163da47f3ada09d1a9293c1;p=mothur.git diff --git a/hcluster.h b/hcluster.h index 7fc8177..7840650 100644 --- a/hcluster.h +++ b/hcluster.h @@ -38,8 +38,8 @@ protected: void updateMap(); vector getSeqsFNNN(); vector getSeqsAN(); - void combineFile(); - void processFile(); + int combineFile(); + int processFile(); //seqDist getNextDist(char*, int&, int); RAbundVector* rabund; @@ -68,6 +68,7 @@ protected: vector mergedMin; string partialDist; + MothurOut* m; };