Commit 41494130 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

reduce global name space pollution in pair style meam

parent 400ef87c
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -35,8 +35,9 @@ using namespace LAMMPS_NS;
#define MAXLINE 1024

enum{FCC,BCC,HCP,DIM,DIAMOND,B1,C11,L12,B2};
int nkeywords = 21;
const char *keywords[] = {"Ec","alpha","rho0","delta","lattce",
static const int nkeywords = 21;
static const char *keywords[] = {
  "Ec","alpha","rho0","delta","lattce",
  "attrac","repuls","nn2","Cmin","Cmax","rc","delr",
  "augt1","gsmooth_factor","re","ialloy",
  "mixture_ref_t","erose_form","zbl",