]> git.donarmstrong.com Git - mothur.git/blobdiff - systemcommand.cpp
added modify names parameter to set.dir
[mothur.git] / systemcommand.cpp
index c07deff1f19c0315b29e0f488572b3feacb7114f..b5b4945b92b6d664e6d81aa2dc6911a2d30414c3 100644 (file)
@@ -12,7 +12,7 @@
 //**********************************************************************************************************************
 vector<string> SystemCommand::setParameters(){ 
        try {
-               CommandParameter pcommand("command", "String", "", "", "", "", "",false,false); parameters.push_back(pcommand);
+               CommandParameter pcommand("command", "String", "", "", "", "", "","",false,false); parameters.push_back(pcommand);
                                
                vector<string> myArray;
                for (int i = 0; i < parameters.size(); i++) {   myArray.push_back(parameters[i].name);          }