From fadd318afbdf29c8351e78a7a42d687bbfc6bc2b Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Thu, 29 Jan 2015 11:42:23 +0000 Subject: [PATCH] change constructor default value git-svn-id: svn+ssh://svn.in2p3.fr/class@486 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/trunk/Model/XS/XSM_MLP.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/trunk/Model/XS/XSM_MLP.hxx b/source/trunk/Model/XS/XSM_MLP.hxx index 0de9fdc82..e790c63ec 100644 --- a/source/trunk/Model/XS/XSM_MLP.hxx +++ b/source/trunk/Model/XS/XSM_MLP.hxx @@ -48,7 +48,7 @@ class XSM_MLP : public XSModel \param bool IsTimeStep, if true , one TMVA weihgt per step time is requiered otherwise it assumes time is part of the MLP inputs */ - XSM_MLP(string TMVA_Weight_Directory,string InformationFile="",bool IsTimeStep=true); + XSM_MLP(string TMVA_Weight_Directory,string InformationFile="",bool IsTimeStep=false); XSM_MLP(CLASSLogger* Log,string TMVA_Weight_Directory,string InformationFile="",bool IsTimeStep=false); ~XSM_MLP(); //{ -- GitLab