Skip to content
Snippets Groups Projects
Commit 11c06253 authored by Xavier Valls Pla's avatar Xavier Valls Pla
Browse files

Fix issue with XCode

parent 42d387fb
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ void TMVARegression( TString myMethodList = "" ) ...@@ -106,7 +106,7 @@ void TMVARegression( TString myMethodList = "" )
std::vector<TString> mlist = gTools().SplitString( myMethodList, ',' ); std::vector<TString> mlist = gTools().SplitString( myMethodList, ',' );
for (UInt_t i=0; i<mlist.size(); i++) { for (UInt_t i=0; i<mlist.size(); i++) {
std::string regMethod(mlist[i]); std::string regMethod(mlist[i].Data());
if (Use.find(regMethod) == Use.end()) { if (Use.find(regMethod) == Use.end()) {
std::cout << "Method \"" << regMethod << "\" not known in TMVA under this name. Choose among the following:" << std::endl; std::cout << "Method \"" << regMethod << "\" not known in TMVA under this name. Choose among the following:" << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment