#ifndef DRIVING_H #define DRIVING_H #include _Complex double g_zero( int kx, int ky); _Complex double g_test( int kx, int ky); #endif