X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=systemcommand.h;h=8c959cfb52302df67651a4196ea533751ad596a1;hb=9d6f36294dcaef3ac65a0e69fd8140077c3209e0;hp=892ac96268baeb2557c51cc67dd0fc571ea4dbfa;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/systemcommand.h b/systemcommand.h index 892ac96..8c959cf 100644 --- a/systemcommand.h +++ b/systemcommand.h @@ -18,10 +18,10 @@ class SystemCommand : public Command { public: SystemCommand(string); - SystemCommand() { abort = true; calledHelp = true; } + SystemCommand() { setParameters(); abort = true; calledHelp = true; } ~SystemCommand(){} - vector setParameters() { return outputNames; } //dummy does not do anything + vector setParameters(); string getCommandName() { return "system"; } string getCommandCategory() { return "General"; } string getHelpString();