diff options
author | Stan Seibert <stan@mtrr.org> | 2011-09-13 16:10:04 -0400 |
---|---|---|
committer | Stan Seibert <stan@mtrr.org> | 2011-09-13 16:10:04 -0400 |
commit | 4ab542a6f7e8dfbe6aeec2eb1b71176e2e851e75 (patch) | |
tree | 90a910177777115b6ef7ad2780b09ca69ff87109 /solids | |
parent | 1ed35a8420b73afa76c12c82f4aebc31132650d9 (diff) | |
parent | 6f0703602270d03f4025221f13fee21aa842a863 (diff) | |
download | chroma-4ab542a6f7e8dfbe6aeec2eb1b71176e2e851e75.tar.gz chroma-4ab542a6f7e8dfbe6aeec2eb1b71176e2e851e75.tar.bz2 chroma-4ab542a6f7e8dfbe6aeec2eb1b71176e2e851e75.zip |
merge
Diffstat (limited to 'solids')
-rw-r--r-- | solids/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solids/__init__.py b/solids/__init__.py index 5ec11cf..c4d227f 100644 --- a/solids/__init__.py +++ b/solids/__init__.py @@ -29,7 +29,7 @@ def build_12inch_pmt_with_lc_hd(outer_material=water, nsteps=128): rmax=lc_12inch_rmax, npoints=100) def build_8inch_pmt(outer_material=water, nsteps=24): - return build_pmt(dirname(__file__) + '/sno_pmt_reduced.txt', 0.003, + return build_pmt(dirname(__file__) + '/sno_pmt.txt', 0.003, outer_material, nsteps) def build_8inch_pmt_with_lc(outer_material=water, nsteps=24): |