]> git.donarmstrong.com Git - mothur.git/commitdiff
removed comments
authorkiverson <kiverson@192.168.0.196>
Fri, 29 Jun 2012 18:33:55 +0000 (14:33 -0400)
committerkiverson <kiverson@192.168.0.196>
Fri, 29 Jun 2012 18:33:55 +0000 (14:33 -0400)
kruskalwalliscommand.cpp

index 946701bd46268a59556df9757c3fefba4ecbfd49..9064f49c747081ddde6c23edd82afbed8b83d6fe 100644 (file)
@@ -7,7 +7,7 @@
 #include "kruskalwalliscommand.h"
 
 //**********************************************************************************************************************
-/*vector<string> KruskalWallisCommand::setParameters(){        
+vector<string> 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 {