Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/driving.h')
-rw-r--r--src/driving.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driving.h b/src/driving.h
index cf2f3de..5d3b415 100644
--- a/src/driving.h
+++ b/src/driving.h
@@ -3,6 +3,7 @@
#include <complex.h>
+_Complex double g_zero( int kx, int ky);
_Complex double g_test( int kx, int ky);
#endif