Commit eddf63c1d71aee24439c16fb7df4b231d8838f61

Authored by Sebastian Berisha
1 parent 26e84a59

fixed redefinition of pi in conv2sep.cuh per Pavels request

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
stim/cuda/templates/conv2sep.cuh
... ... @@ -8,8 +8,6 @@
8 8 #include <stim/cuda/sharedmem.cuh>
9 9 #include <stim/cuda/cudatools/error.h>
10 10  
11   -#define pi 3.14159
12   -
13 11 namespace stim{
14 12 namespace cuda{
15 13  
... ...