Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/driving.h')
-rw-r--r--src/driving.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/driving.h b/src/driving.h
index 5d3b415..1d07812 100644
--- a/src/driving.h
+++ b/src/driving.h
@@ -1,9 +1,7 @@
#ifndef DRIVING_H
#define DRIVING_H
-#include <complex.h>
-
-_Complex double g_zero( int kx, int ky);
-_Complex double g_test( int kx, int ky);
+int g_zero(_Complex double* g, int K1, int K2);
+int g_test(_Complex double* g, int K1, int K2);
#endif