From fc476408e4d3711a507b86c46682a4042425421a Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot <mouginot.baptiste@gmail.com> Date: Mon, 20 Feb 2017 16:15:10 -0600 Subject: [PATCH] fix typo --- Utils/EQM/MLP_Kinf/Generate_MLP_Kinf.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/EQM/MLP_Kinf/Generate_MLP_Kinf.cxx b/Utils/EQM/MLP_Kinf/Generate_MLP_Kinf.cxx index 07fd9b4cd..2e28df3f4 100644 --- a/Utils/EQM/MLP_Kinf/Generate_MLP_Kinf.cxx +++ b/Utils/EQM/MLP_Kinf/Generate_MLP_Kinf.cxx @@ -132,7 +132,7 @@ int main(int argc, char ** argv) CompileTraining(); cout << "Let's train locally ? [y/n]" << endl; if(UserSayYes()) - system("./train"); + system("./Train"); else { cout << "You can run it latter with ./Train" << endl; -- GitLab