fix stupid typo

This commit is contained in:
Axel Kohlmeyer
2018-10-08 17:26:21 +02:00
parent 3c41295e70
commit dc6123fafc

View File

@ -44,7 +44,7 @@ ComputePair::ComputePair(LAMMPS *lmp, int narg, char **arg) :
int iarg = 4;
nsub = 0;
evalue = NPAIR;
evalue = EPAIR;
if (narg > iarg) {
if (isdigit(arg[iarg][0])) {