From f4aa02b35e6ddeb8f02db72c73c5466c28e076f1 Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot <mouginot.baptiste@gmail.com> Date: Tue, 2 Sep 2014 16:48:30 +0000 Subject: [PATCH] =?UTF-8?q?change=20default=20option=20to=20=C2=AB=C2=A0tr?= =?UTF-8?q?ue=C2=A0=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.in2p3.fr/class@371 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/branches/CLASSV3/Model/XS/XSM_CLOSEST.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/branches/CLASSV3/Model/XS/XSM_CLOSEST.hxx b/source/branches/CLASSV3/Model/XS/XSM_CLOSEST.hxx index 809f1c4b6..1bb835ded 100644 --- a/source/branches/CLASSV3/Model/XS/XSM_CLOSEST.hxx +++ b/source/branches/CLASSV3/Model/XS/XSM_CLOSEST.hxx @@ -42,8 +42,8 @@ class XSM_CLOSEST : public XSModel \name Constructor/Desctructor */ //@{ - XSM_CLOSEST(string DB_index_file, bool oldreadmethod = true ); - XSM_CLOSEST(CLASSLogger* Log, string DB_index_file, bool oldreadmethod = true ); + XSM_CLOSEST(string DB_index_file, bool oldreadmethod = false ); + XSM_CLOSEST(CLASSLogger* Log, string DB_index_file, bool oldreadmethod = false ); ~XSM_CLOSEST(); //{ -- GitLab