summaryrefslogtreecommitdiff
path: root/src/__init__.py
diff options
context:
space:
mode:
authorAnthony LaTorre <tlatorre9@gmail.com>2011-09-06 17:18:14 -0400
committerAnthony LaTorre <tlatorre9@gmail.com>2011-09-06 17:18:14 -0400
commit86cb5f26029b3357727b88fee3fa7dd799a8d6c8 (patch)
treefc915556ef813cf4ad59edeb7b59fee0e3244c34 /src/__init__.py
parent3d3140071713e523516793258e3c904ca162d7b7 (diff)
downloadchroma-86cb5f26029b3357727b88fee3fa7dd799a8d6c8.tar.gz
chroma-86cb5f26029b3357727b88fee3fa7dd799a8d6c8.tar.bz2
chroma-86cb5f26029b3357727b88fee3fa7dd799a8d6c8.zip
geometry on the GPU is now a struct created in the GPUGeometry class. coding style for cuda code is now compliant with python PEP 7 -- Style Guide for C Code.
Diffstat (limited to 'src/__init__.py')
-rw-r--r--src/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/__init__.py b/src/__init__.py
index f2f5215..e69de29 100644
--- a/src/__init__.py
+++ b/src/__init__.py
@@ -1,7 +0,0 @@
-from os.path import dirname
-
-with open(dirname(__file__) + '/kernel.cu') as f:
- kernel = f.read()
-
-with open(dirname(__file__) + '/daq.cu') as f:
- daq = f.read()