diff options
Diffstat (limited to 'geometry.py')
-rw-r--r-- | geometry.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/geometry.py b/geometry.py index 1b85c51..37367e5 100644 --- a/geometry.py +++ b/geometry.py @@ -4,7 +4,7 @@ import pycuda.driver as cuda from pycuda import gpuarray from itertools import * from itertoolset import * -from camera import timeit +from tools import timeit # all material/surface properties are interpolated at these # wavelengths when they are sent to the gpu |