X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treemap.cpp;fp=treemap.cpp;h=00ae0e664ff5fb7d289893b445be08b5fd20c89a;hb=51cf89e90eef8b300c2786eb1560dd89e6e83445;hp=5880b0c593fdd0dc96808e485921d96871e865d6;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354;p=mothur.git diff --git a/treemap.cpp b/treemap.cpp index 5880b0c..00ae0e6 100644 --- a/treemap.cpp +++ b/treemap.cpp @@ -152,7 +152,7 @@ void TreeMap::makeSim(GroupMap* groupmap) { //set names of seqs to names of groups namesOfSeqs = groupmap->namesOfGroups; - // make map where key and value are both the group name since that what the tree.groups command wants + // make map where key and value are both the group name since that what the tree.shared command wants for (int i = 0; i < namesOfGroups.size(); i++) { treemap[namesOfGroups[i]].groupname = namesOfGroups[i]; seqsPerGroup[namesOfGroups[i]] = 1;