Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <ian@jauslin.org>2022-05-19 17:51:45 +0200
committerIan Jauslin <ian@jauslin.org>2022-05-19 17:51:45 +0200
commit146903265abcfb0dce8ee6075b1cd355cab3ab94 (patch)
treeb91c91c57e484192500c53d26fa4e4d18a7ed880 /src/driving.h
parent8bce8632c520acea86b4a6b2b7cf3eafe7964124 (diff)
no driving option
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