git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@454 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
pscrozi 2007-04-02 15:45:29 +00:00
parent e4de47f422
commit b31608abde
1 changed files with 1 additions and 0 deletions

View File

@ -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;