diff options
-rw-r--r-- | chroma/pmt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chroma/pmt.py b/chroma/pmt.py index 6f9e0df..c8badad 100644 --- a/chroma/pmt.py +++ b/chroma/pmt.py @@ -22,7 +22,7 @@ def build_light_collector(pmt, a, b, d, rmin, rmax, surface, npoints=10): return Solid(lc_mesh, pmt.outer_material, pmt.outer_material, surface=surface) -def build_pmt_shell(filename, outer_material, nsteps=16): +def build_pmt_shell(filename, outer_material, glass, nsteps=16): profile = read_csv(filename) # slice profile in half |