git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@695 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2007-06-28 15:10:19 +00:00
parent c45eeb3020
commit 33c477bba2
4 changed files with 10 additions and 6 deletions

View File

@ -36,6 +36,7 @@
using namespace LAMMPS_NS;
#define DELTA 1
#define MYMIN(a,b) ((a) < (b) ? (a) : (b))
#define MYMAX(a,b) ((a) > (b) ? (a) : (b))