X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarycommand.cpp;h=fbe7964e67f7eb52600bbab1bde5dc28d3ef3a1f;hb=662c0b60d65f79f672ab199300b7ee4975233465;hp=e67659f50db215490313062d442336afbd2f25e1;hpb=1916dd65829d6bb5b8bef74eddc61ea38fccf63a;p=mothur.git diff --git a/summarycommand.cpp b/summarycommand.cpp index e67659f..fbe7964 100644 --- a/summarycommand.cpp +++ b/summarycommand.cpp @@ -49,8 +49,7 @@ vector SummaryCommand::getValidParameters(){ //********************************************************************************************************************** SummaryCommand::SummaryCommand(){ try { - abort = true; - //initialize outputTypes + abort = true; calledHelp = true; vector tempOutNames; outputTypes["summary"] = tempOutNames; } @@ -87,13 +86,13 @@ vector SummaryCommand::getRequiredFiles(){ SummaryCommand::SummaryCommand(string option) { try { globaldata = GlobalData::getInstance(); - abort = false; + abort = false; calledHelp = false; allLines = 1; labels.clear(); Estimators.clear(); //allow user to run help - if(option == "help") { validCalculator = new ValidCalculators(); help(); delete validCalculator; abort = true; } + if(option == "help") { validCalculator = new ValidCalculators(); help(); delete validCalculator; abort = true; calledHelp = true; } else { //valid paramters for this command @@ -194,7 +193,7 @@ SummaryCommand::~SummaryCommand(){} int SummaryCommand::execute(){ try { - if (abort == true) { return 0; } + if (abort == true) { if (calledHelp) { return 0; } return 2; } string hadShared = ""; if ((globaldata->getFormat() != "sharedfile")) { inputFileNames.push_back(globaldata->inputFileName); }