forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@454 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
e4de47f422
commit
b31608abde
|
@ -242,6 +242,7 @@ void PairBuckCoulCut::coeff(int narg, char **arg)
|
|||
|
||||
double a_one = atof(arg[2]);
|
||||
double rho_one = atof(arg[3]);
|
||||
if (rho_one <= 0) error->all("Incorrect args for pair coefficients");
|
||||
double c_one = atof(arg[4]);
|
||||
|
||||
double cut_lj_one = cut_lj_global;
|
||||
|
|
Loading…
Reference in New Issue