From fe953700a564718191f21c54ccbda2a7084ff885 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 22 Jun 2011 13:41:43 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6461 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- tools/restart2data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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