git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4211 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user