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

This commit is contained in:
sjplimp
2011-10-25 16:05:57 +00:00
parent 9e9dcf4f3b
commit 51aef530de
2 changed files with 3 additions and 6 deletions

View File

@ -46,9 +46,6 @@ using namespace LAMMPS_NS;
// customize for new sections
#define NSECTIONS 23 // change when add to header::section_keywords
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#define MAX(a,b) ((a) > (b) ? (a) : (b))
/* ---------------------------------------------------------------------- */
ReadData::ReadData(LAMMPS *lmp) : Pointers(lmp)