From d8d28bd5d711ed6ca88f69ffe2c76c6a9828b630 Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Fri, 17 Apr 2015 12:16:50 +0000 Subject: [PATCH] Correction of the path to decay data base to fit the new package architecture git-svn-id: svn+ssh://svn.in2p3.fr/class@632 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/trunk/src/DecayDataBank.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/trunk/src/DecayDataBank.cxx b/source/trunk/src/DecayDataBank.cxx index 5ddaf2efb..6110a657b 100644 --- a/source/trunk/src/DecayDataBank.cxx +++ b/source/trunk/src/DecayDataBank.cxx @@ -28,7 +28,7 @@ DecayDataBank::DecayDataBank():CLASSObject(new CLASSLogger("DecayDataBank.log")) { string CLASSPATH = getenv("CLASS_PATH"); - string DB_index_file = CLASSPATH + "/data/DECAY/Decay.idx"; + string DB_index_file = CLASSPATH + "/DATA_BASES/DECAY/ALL/Decay.idx"; fDataBaseIndex = DB_index_file; fOldReadMethod = false; fFastCalculation = true; -- GitLab