! complex_real.h: compile real or complex versions from the same source: #ifdef COMPLEX_MODE #define COMPLEX_REAL complex*16 #define CONJG_MACRO conjg #else #define COMPLEX_REAL real*8 #define CONJG_MACRO #endif