From 6f0703602270d03f4025221f13fee21aa842a863 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Mon, 12 Sep 2011 16:41:17 -0400 Subject: add chroma-sim script. get rid of GPU class; contexts should now be created with create_cuda_context(). --- solids/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solids') 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): -- cgit