git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3023 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -239,8 +239,8 @@ void ImproperHarmonic::coeff(int which, int narg, char **arg)
|
||||
int ilo,ihi;
|
||||
force->bounds(arg[0],atom->nimpropertypes,ilo,ihi);
|
||||
|
||||
double k_one = atof(arg[1]);
|
||||
double chi_one = atof(arg[2]);
|
||||
double k_one = force->numeric(arg[1]);
|
||||
double chi_one = force->numeric(arg[2]);
|
||||
|
||||
// convert chi from degrees to radians
|
||||
|
||||
|
||||
Reference in New Issue
Block a user