From 86cb5f26029b3357727b88fee3fa7dd799a8d6c8 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Tue, 6 Sep 2011 17:18:14 -0400 Subject: 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. --- src/__init__.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/__init__.py') 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() -- cgit