Skip to content
Snippets Groups Projects
Commit eb70b2b6 authored by Baptiste LENIAU's avatar Baptiste LENIAU
Browse files

git-svn-id: svn+ssh://svn.in2p3.fr/class@483 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 43c4078a
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,6 @@ void XSM_MLP::GetMLPWeightFiles()
rep = opendir(fTMVAWeightFolder.c_str());
if (rep == NULL)
{
perror("");
ERROR<<" Reading error for TMVA weight folder "<<fTMVAWeightFolder.c_str()<<" : "<<strerror(errno)<<endl;
exit(1);
}
......
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