]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - LHAPDF/lhapdf5.5.1/src/getdatapath.cc
absolute path to datasets remobed
[u/mrichter/AliRoot.git] / LHAPDF / lhapdf5.5.1 / src / getdatapath.cc
index 4c7740fc9b08e019bd643bc17c63ff60f70999ee..d57b9bc4dadaf0bd7406769ec44b593f3d822bab 100644 (file)
@@ -74,7 +74,7 @@ extern "C" {
     string tmp = sharedir + "/lhapdf/PDFsets";
     string test1 = tmp + "/cteq6.LHpdf";
     if (access(test1.c_str(), R_OK) != 0) {
-      tmp = string(DEFAULTLHAPATH) + "/lhapdf/PDFsets";
+      tmp = string(DEFAULTLHAPATH);
     }
     assert(tmp.length() <= (unsigned) length);
     strncpy(datapath, tmp.c_str(), length);