diff options
Diffstat (limited to 'detectors')
-rw-r--r-- | detectors/lbne.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/detectors/lbne.py b/detectors/lbne.py index a9136dd..81f5dd7 100644 --- a/detectors/lbne.py +++ b/detectors/lbne.py @@ -10,9 +10,10 @@ dir = os.path.split(os.path.realpath(__file__))[0] sys.path.append(dir + '/..') import models -from stl import read_stl +from mesh import * from transform import rotate -from geometry import Geometry, Solid +from solid import Solid +from geometry import Geometry from materials import glass, h2o endcap_spacing = .485 |