Skip to content

Commit

Permalink
oscillations flag for opacity too
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Dec 11, 2024
1 parent 3c84807 commit 84cc9c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions prob/torus_cbc/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,11 @@
if FORTRAN:
OPACPATH = "opacity.SFHo.nohoro.juo.brem1.bin"
else:
#OPACPATH = "opacity.SFHo.nohoro.juo.brem1.h5"
OPACPATH = "NuLib_rho70_temp62_ye50_ng61_ns4_version1.0_20241120_bhlight.h5"
if OSCILLATIONS:
OPACPATH = "NuLib_rho70_temp62_ye50_ng61_ns4_version1.0_20241120_bhlight.h5"
else:
OPACPATH = "opacity.SFHo.nohoro.juo.brem1.h5"

OPACPARAM = "opacbin.LS220.evan.param"
OPACPATH = "../../data/"+OPACPATH
OPACPARAM = "../../data/"+OPACPARAM
Expand Down

0 comments on commit 84cc9c0

Please sign in to comment.