X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=subsample.cpp;h=a6b1b2d58da2daa5cc53d17d4bbb814b56921ffd;hb=51f21ea4aea22d0c574f6db749c9b3ae7793f765;hp=392f97bd51f1d2ac67d6d0a810a408ab507fdcee;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d;p=mothur.git diff --git a/subsample.cpp b/subsample.cpp index 392f97b..a6b1b2d 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) {