X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=systemcommand.cpp;h=b5b4945b92b6d664e6d81aa2dc6911a2d30414c3;hp=c07deff1f19c0315b29e0f488572b3feacb7114f;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc diff --git a/systemcommand.cpp b/systemcommand.cpp index c07deff..b5b4945 100644 --- a/systemcommand.cpp +++ b/systemcommand.cpp @@ -12,7 +12,7 @@ //********************************************************************************************************************** vector SystemCommand::setParameters(){ try { - CommandParameter pcommand("command", "String", "", "", "", "", "",false,false); parameters.push_back(pcommand); + CommandParameter pcommand("command", "String", "", "", "", "", "","",false,false); parameters.push_back(pcommand); vector myArray; for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); }