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

This commit is contained in:
sjplimp 2010-08-03 23:39:28 +00:00
parent e2179be38d
commit 124653f929
1 changed files with 1 additions and 7 deletions

View File

@ -27,13 +27,7 @@
using namespace LAMMPS_NS;
#define MULTI 1
#define ATOM 2
#define BOND 3
#define ANGLE 4
#define DIHEDRAL 5
#define IMPROPER 6
#define STATS 7
enum{MULTI,ATOM,BOND,ANGLE,DIHEDRAL,IMPROPER,STATS};
/* ---------------------------------------------------------------------- */