git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14664 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -82,7 +82,7 @@ void AngleZero::coeff(int narg, char **arg)
|
||||
|
||||
double AngleZero::equilibrium_angle(int i)
|
||||
{
|
||||
return 0;
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
@ -105,5 +105,5 @@ void AngleZero::read_restart(FILE *fp)
|
||||
|
||||
double AngleZero::single(int type, int i1, int i2, int i3)
|
||||
{
|
||||
return 0;
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user