remove deprecated 'register' keyword. closes #922

This commit is contained in:
Axel Kohlmeyer
2018-05-18 17:43:18 -04:00
parent 94c6d2d546
commit 5daf1fe0d4
16 changed files with 423 additions and 423 deletions

View File

@ -94,7 +94,7 @@ void PairEDIP::compute(int eflag, int vflag)
int itype,jtype,ktype,ijparam,ikparam;
double xtmp,ytmp,ztmp,evdwl;
int *ilist,*jlist,*numneigh,**firstneigh;
register int preForceCoord_counter;
int preForceCoord_counter;
double invR_ij;
double invR_ik;