kernels are now consistent with pep8 and common reason

This commit is contained in:
Nicolo Fusi 2013-06-17 16:47:36 +01:00
parent bbca026a21
commit 6ee8732cf4
29 changed files with 47 additions and 75 deletions

View file

@ -0,0 +1,3 @@
#include <math.h>
double DiracDelta(double x);
double DiracDelta(double x, int foo);