From 923d4c33e857c00142887f524741c06be537cb7e Mon Sep 17 00:00:00 2001 From: kiverson Date: Fri, 29 Jun 2012 14:33:55 -0400 Subject: [PATCH] removed comments --- kruskalwalliscommand.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.2