From 3fcd4b02aebb873c66e787efdd4f2f339100f353 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 15 May 2012 23:28:16 -0400 Subject: [PATCH] Track .h -> .cl renames in #include. --- src/cl/pyopencl-airy.cl | 2 +- src/cl/pyopencl-bessel-j.cl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cl/pyopencl-airy.cl b/src/cl/pyopencl-airy.cl index 0af16d06..23f1dae3 100644 --- a/src/cl/pyopencl-airy.cl +++ b/src/cl/pyopencl-airy.cl @@ -8,7 +8,7 @@ #pragma once -#include +#include __constant const double airy_maxairy = 103.892; diff --git a/src/cl/pyopencl-bessel-j.cl b/src/cl/pyopencl-bessel-j.cl index fd9a3ead..229c166f 100644 --- a/src/cl/pyopencl-bessel-j.cl +++ b/src/cl/pyopencl-bessel-j.cl @@ -19,8 +19,8 @@ #pragma once -#include -#include +#include +#include typedef double T; -- GitLab