Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurlungur authored Dec 11, 2024
1 parent 52408d9 commit 453a1a1
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 453a1a1

Please sign in to comment.