Skip to content
Snippets Groups Projects
Commit f4aa02b3 authored by BaM's avatar BaM
Browse files

change default option to « true »

git-svn-id: svn+ssh://svn.in2p3.fr/class@371 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 7660623f
No related branches found
No related tags found
No related merge requests found
......@@ -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();
//{
......
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