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

This commit is contained in:
sjplimp
2011-06-14 00:22:15 +00:00
parent 2b6aa73018
commit 66c9d6b22e

View File

@ -12,7 +12,7 @@
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing author: Ilya Valuev
Contributing author: Ilya Valuev (JIHT, Moscow, Russia)
------------------------------------------------------------------------- */
#include "math.h"
@ -34,7 +34,6 @@
#include "TCP/wpmd_split.h"
using namespace LAMMPS_NS;
#define MIN(a,b) ((a) < (b) ? (a) : (b))