X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=counttable.cpp;fp=counttable.cpp;h=bc9d4da05966b6b3fc3ec5fe0e751c21be7f180f;hb=5b72d1cf3fa48730e5bb70d59cced1e43e1fe424;hp=5307beee8379d8e758b946b3847dfa1be2d5a7b2;hpb=6c2b1e530a5c0bb87040e58a3e410097acdfcc3d;p=mothur.git diff --git a/counttable.cpp b/counttable.cpp index 5307bee..bc9d4da 100644 --- a/counttable.cpp +++ b/counttable.cpp @@ -447,6 +447,7 @@ int CountTable::addGroup(string groupName) { counts[i] = newCounts; } hasGroups = true; + m->setAllGroups(groups); return 0; }