X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupcommand.cpp;h=6b76bf2d74a1c3443111dade5d7ceaad7a1c75a2;hb=d4429ccc354708f3c9a13c809ba9b57c22908d2b;hp=ce3cf73d28e455fd3b111f3a10b7e74ba7f67186;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getgroupcommand.cpp b/getgroupcommand.cpp index ce3cf73..6b76bf2 100644 --- a/getgroupcommand.cpp +++ b/getgroupcommand.cpp @@ -64,9 +64,7 @@ GetgroupCommand::GetgroupCommand(string option) { if(option == "help") { help(); abort = true; calledHelp = true; } else { - //valid paramters for this command - string Array[] = {"outputdir","inputdir"}; - vector myArray (Array, Array+(sizeof(Array)/sizeof(string))); + vector myArray = setParameters(); OptionParser parser(option); map parameters = parser.getParameters();