X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=kruskalwalliscommand.cpp;fp=kruskalwalliscommand.cpp;h=9064f49c747081ddde6c23edd82afbed8b83d6fe;hb=923d4c33e857c00142887f524741c06be537cb7e;hp=946701bd46268a59556df9757c3fefba4ecbfd49;hpb=b07e5c455cbf6907186dd821f7f33462706bd225;p=mothur.git diff --git a/kruskalwalliscommand.cpp b/kruskalwalliscommand.cpp index 946701b..9064f49 100644 --- a/kruskalwalliscommand.cpp +++ b/kruskalwalliscommand.cpp @@ -7,7 +7,7 @@ #include "kruskalwalliscommand.h" //********************************************************************************************************************** -/*vector KruskalWallisCommand::setParameters(){ +vector KruskalWallisCommand::setParameters(){ try { CommandParameter pinputdir("inputdir", "String", "", "", "", "", "",false,false); parameters.push_back(pinputdir); CommandParameter poutputdir("outputdir", "String", "", "", "", "", "",false,false); parameters.push_back(poutputdir); @@ -117,7 +117,7 @@ KruskalWallisCommand::KruskalWallisCommand(string option) { m->errorOut(e, "KruskalWallisCommand", "KruskalWallisCommand"); exit(1); } -}**/ +} //********************************************************************************************************************** int KruskalWallisCommand::execute(){ try {