diff options
author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-12 16:41:17 -0400 |
---|---|---|
committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-12 16:41:17 -0400 |
commit | 6f0703602270d03f4025221f13fee21aa842a863 (patch) | |
tree | 2d227fbc236e647e3d6c96113f1d6b93a4113793 /__init__.py | |
parent | 4b5d9c633bd01ce8b2819d92eaf3e01d881fb996 (diff) | |
download | chroma-6f0703602270d03f4025221f13fee21aa842a863.tar.gz chroma-6f0703602270d03f4025221f13fee21aa842a863.tar.bz2 chroma-6f0703602270d03f4025221f13fee21aa842a863.zip |
add chroma-sim script. get rid of GPU class; contexts should now be created with create_cuda_context().
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/__init__.py b/__init__.py index 07a096c..3359bbc 100644 --- a/__init__.py +++ b/__init__.py @@ -1,15 +1,15 @@ from camera import Camera, EventViewer, view, build import geometry import event -import fileio -#import generator +from fileio import root +import generator import gpu import itertoolset -#import likelihood +import likelihood import make import optics import project import sample -#import sim +from sim import Simulation from stl import mesh_from_stl import transform |