]> git.donarmstrong.com Git - mothur.git/blobdiff - counttable.cpp
added count file to get.groups and remove.groups. added shortcut parameter to classif...
[mothur.git] / counttable.cpp
index 5307beee8379d8e758b946b3847dfa1be2d5a7b2..bc9d4da05966b6b3fc3ec5fe0e751c21be7f180f 100644 (file)
@@ -447,6 +447,7 @@ int CountTable::addGroup(string groupName) {
             counts[i] = newCounts;
         }
         hasGroups = true;
+        m->setAllGroups(groups);
         
         return 0;
     }