X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=indicatorcommand.cpp;h=2d1c63e21dbcd82df19957cb533d1e420e434fdc;hb=ae9c5b48da9047548f86fc84897926d9f5102312;hp=b06742fe1c529988457300fc7d3305d98e327f0f;hpb=83084856f5e39e7f65927409295344c769e9bf38;p=mothur.git diff --git a/indicatorcommand.cpp b/indicatorcommand.cpp index b06742f..2d1c63e 100644 --- a/indicatorcommand.cpp +++ b/indicatorcommand.cpp @@ -282,7 +282,7 @@ int IndicatorCommand::execute(){ } } - if ((designfile != "") && (m->Treenames.size() != Groups.size())) { m->mothurOut("[ERROR]: You design file does not match your tree, aborting."); m->mothurOutEndLine(); mismatch = true; } + if ((designfile != "") && (m->Treenames.size() != Groups.size())) { cout << Groups.size() << '\t' << m->Treenames.size() << endl; m->mothurOut("[ERROR]: You design file does not match your tree, aborting."); m->mothurOutEndLine(); mismatch = true; } if (mismatch) { //cleanup and exit if (designfile != "") { delete designMap; }