]> git.donarmstrong.com Git - mothur.git/blobdiff - fullmatrix.h
fixed bug in read.tree
[mothur.git] / fullmatrix.h
index 0ab1d7175dce3b9bdef4758b83dffc26ace8079b..0bd5c873ea4da00bc48d8a3395844f80151bd630 100644 (file)
@@ -17,8 +17,9 @@
 using namespace std;
 
 struct Names {
-       string  groupname;
+       string          groupname;
        string          seqName;
+       float           minDist;
 };