Ian Jauslin
summaryrefslogtreecommitdiff
blob: cf2f3defefcd4158b3c52306966dc7af8ce3b97f (plain)
1
2
3
4
5
6
7
8
#ifndef DRIVING_H
#define DRIVING_H

#include <complex.h>

_Complex double g_test( int kx, int ky);

#endif