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

This commit is contained in:
sjplimp 2010-06-01 14:49:56 +00:00
parent dd9cee0cec
commit 0bf07db002
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ void PairLJ96Cut::settings(int narg, char **arg)
{
if (narg != 1) error->all("Illegal pair_style command");
cut_global = atof(arg[0]);
cut_global = force->numeric(arg[0]);
// reset cutoffs that have been explicitly set