From eddf63c1d71aee24439c16fb7df4b231d8838f61 Mon Sep 17 00:00:00 2001 From: Sebastian Berisha Date: Mon, 30 Jan 2017 19:15:49 -0600 Subject: [PATCH] fixed redefinition of pi in conv2sep.cuh per Pavels request --- stim/cuda/templates/conv2sep.cuh | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/stim/cuda/templates/conv2sep.cuh b/stim/cuda/templates/conv2sep.cuh index d2e111a..26e4a05 100644 --- a/stim/cuda/templates/conv2sep.cuh +++ b/stim/cuda/templates/conv2sep.cuh @@ -8,8 +8,6 @@ #include #include -#define pi 3.14159 - namespace stim{ namespace cuda{ -- libgit2 0.21.4