Skip to content

Commit

Permalink
Update with the CT14-NLO PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
niess committed Jan 23, 2018
1 parent 48e2a03 commit 9398158
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export DEPS_DIR := $(PWD)/deps
export LIB_DIR := lib
export PDF_DIR := $(abspath deps/ent/data/pdf)
export PDF_DIR := $(abspath deps/ent/share/pdf)
export TURTLE_USE_PNG := 0
unexport CFLAGS

Expand Down
2 changes: 1 addition & 1 deletion deps/ent
2 changes: 1 addition & 1 deletion src/danton.c
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ static int initialise_physics(struct danton_context * context)
enum ent_return e_rc;
const char * pdf;
if (pdf_path == NULL)
pdf = PDF_DIR "/CT14nnlo_0000.dat";
pdf = PDF_DIR "/CT14nlo_0000.dat";
else
pdf = pdf_path;
if ((e_rc = ent_physics_create(&physics, pdf)) != ENT_RETURN_SUCCESS) {
Expand Down

0 comments on commit 9398158

Please sign in to comment.