#ifndef COMMON_H #define COMMON_H #define USE_FLOAT #ifdef USE_FLOAT #define TYPE float #else #define TYPE int #endif #endif // COMMON_H