X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=engine.cpp;fp=engine.cpp;h=24adcb53b59f39f049269d74b4da953a5f387262;hb=f55cf350ca6643f8eb070d8336e1957699a3f109;hp=ffbe324acd490ec6eb621ce0fe8d26b3b38d3ac0;hpb=eb4bb52af987ff4df7354d95d60cd763aec537e1;p=mothur.git diff --git a/engine.cpp b/engine.cpp index ffbe324..24adcb5 100644 --- a/engine.cpp +++ b/engine.cpp @@ -183,7 +183,6 @@ bool InteractEngine::getInput(){ mout->clearGroups(); mout->clearAllGroups(); mout->Treenames.clear(); - mout->names.clear(); mout->saveNextLabel = ""; mout->printedHeaders = false; mout->commandInputsConvertError = false; @@ -369,7 +368,6 @@ bool BatchEngine::getInput(){ mout->clearGroups(); mout->clearAllGroups(); mout->Treenames.clear(); - mout->names.clear(); mout->saveNextLabel = ""; mout->printedHeaders = false; mout->commandInputsConvertError = false; @@ -538,7 +536,6 @@ bool ScriptEngine::getInput(){ mout->clearGroups(); mout->clearAllGroups(); mout->Treenames.clear(); - mout->names.clear(); mout->saveNextLabel = ""; mout->printedHeaders = false; mout->commandInputsConvertError = false;