mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6461 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
5f8aaf8bc1
commit
fe953700a5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue