forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7923 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
a1f79c40fe
commit
b26635580a
|
@ -152,7 +152,8 @@ void FixQEqReax::pertype_parameters(char *arg)
|
|||
eta = (double *) pair->extract("eta",tmp);
|
||||
gamma = (double *) pair->extract("gamma",tmp);
|
||||
if (chi == NULL || eta == NULL || gamma == NULL)
|
||||
error->all(FLERR,"Fix qeq/reax could not extract params from pair reax/c");
|
||||
error->all(FLERR,
|
||||
"Fix qeq/reax could not extract params from pair reax/c");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue