Skip to content

Commit

Permalink
Merge pull request #38 from lanl/Yurlungur-patch-1
Browse files Browse the repository at this point in the history
Update build.py
  • Loading branch information
Yurlungur authored Dec 11, 2024
2 parents 52408d9 + 453a1a1 commit d1efb08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prob/torus_cbc/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,9 @@

if OSCILLATIONS:
bhl.config.set_cparm('LOCAL_ANGULAR_DISTRIBUTIONS', True)
bhl.config.set_cparm('LOCAL_ANGLES_NMU', 64)
bhl.config.set_cparm('LOCAL_ANGLES_NX1', 64)
bhl.config.set_cparm('LOCAL_ANGLES_NX2', 64)
bhl.config.set_cparm('LOCAL_ANGLES_NMU', 32)
bhl.config.set_cparm('LOCAL_ANGLES_NX1', 32)
bhl.config.set_cparm('LOCAL_ANGLES_NX2', 32)
bhl.config.set_cparm('RAD_NUM_TYPES', 4)
bhl.config.set_cparm('NEUTRINO_OSCILLATIONS', True)

Expand Down

0 comments on commit d1efb08

Please sign in to comment.