]> git.donarmstrong.com Git - mothur.git/blobdiff - treemap.h
added bootstrap.shared command and fixed some bugs with heatmap
[mothur.git] / treemap.h
index 12299731f89e10741926cd797fad2a02ed267c2d..73d02fcc4b0c58f29de00c130e3fa8a197dd3d53 100644 (file)
--- a/treemap.h
+++ b/treemap.h
@@ -38,7 +38,7 @@ public:
     map<string,int> seqsPerGroup;      //groupname, number of seqs in that group.
        map<string, GroupIndex> treemap; //sequence name and <groupname, vector index>
        void print(ostream&);
-       void makeSim(GroupMap*);  //takes groupmap info and fills treemap for use by tree.groups command.
+       void makeSim(GroupMap*);  //takes groupmap info and fills treemap for use by tree.shared command.
        
        
 private: