X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=subsample.cpp;h=392f97bd51f1d2ac67d6d0a810a408ab507fdcee;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=a6b1b2d58da2daa5cc53d17d4bbb814b56921ffd;hpb=5c5c0428f6d548c28a8b903ac80efed4f92d59db;p=mothur.git 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) {