Skip to content
Snippets Groups Projects
Commit d8d28bd5 authored by Baptiste LENIAU's avatar Baptiste LENIAU
Browse files

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
parent 1341e319
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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