diff options
Diffstat (limited to 'template/kernel.mako')
-rw-r--r-- | template/kernel.mako | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/kernel.mako b/template/kernel.mako index b81d432..6f82b20 100644 --- a/template/kernel.mako +++ b/template/kernel.mako @@ -1,5 +1,3 @@ -__constant float tau = ${tau}; - __kernel void equilibrilize(__global __write_only float* f_a, __global __write_only float* f_b) { |