diff --git a/src/common.h b/src/common.h index cf9217f..8919bbb 100644 --- a/src/common.h +++ b/src/common.h @@ -7,7 +7,9 @@ #define POW2(x) ((x)*(x)) +#ifndef FLAT #define FLAT 0 +#endif #define PI 3.1415926535897932384626433832795028841971693993751058 #define Rs 1 #define M (FLAT ? 0 : 0.5*Rs)