summaryrefslogtreecommitdiff
path: root/optics.py
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-08-17 14:38:45 -0400
committerStan Seibert <stan@mtrr.org>2011-08-17 14:38:45 -0400
commitb88e37c5c7de5411fb003a3c146a1b697b5813ad (patch)
treece6b6bc992a901da7e83097bfe22d2b1f3ced09f /optics.py
parentee07d0165f86ef6942bffd6ae88057926ab4e775 (diff)
parent11210ce25a543875eb51cff8efc06e7f02984214 (diff)
downloadchroma-b88e37c5c7de5411fb003a3c146a1b697b5813ad.tar.gz
chroma-b88e37c5c7de5411fb003a3c146a1b697b5813ad.tar.bz2
chroma-b88e37c5c7de5411fb003a3c146a1b697b5813ad.zip
merge
Diffstat (limited to 'optics.py')
-rw-r--r--optics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/optics.py b/optics.py
index 4e7530e..02b8e0d 100644
--- a/optics.py
+++ b/optics.py
@@ -1,5 +1,5 @@
import numpy as np
-from geometry import Material, Surface
+from chroma.geometry import Material, Surface
vacuum = Material('vacuum')
vacuum.set('refractive_index', 1.0)