diff --git a/tools/restart2data.cpp b/tools/restart2data.cpp index 8f11945a44..43c8461112 100644 --- a/tools/restart2data.cpp +++ b/tools/restart2data.cpp @@ -36,7 +36,7 @@ #define MAX(a,b) ((a) > (b) ? (a) : (b)) #define MAX_GROUP 32 -#define PI 4.0*atan(1.0) +#define PI (4.0*atan(1.0)) // these should match settings in src/lmptype.h