X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=subsample.cpp;h=392f97bd51f1d2ac67d6d0a810a408ab507fdcee;hp=a6b1b2d58da2daa5cc53d17d4bbb814b56921ffd;hb=615301e57c25e241356a9c2380648d117709458d;hpb=a9dbc22713bfc056a797361dd757b1a5c98e1c01 diff --git a/subsample.cpp b/subsample.cpp index a6b1b2d..392f97b 100644 --- a/subsample.cpp +++ b/subsample.cpp @@ -24,7 +24,7 @@ Tree* SubSample::getSample(Tree* T, CountTable* ct, CountTable* newCt, int size) for (int i = 0; i < Groups.size(); i++) { if (m->inUsersGroups(Groups[i], m->getGroups())) { if (m->control_pressed) { break; } - cout << Groups[i] << endl; + int thisSize = ct->getGroupCount(Groups[i]); if (thisSize >= size) {