git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5250 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -230,9 +230,8 @@ void ImproperHarmonic::allocate()
|
||||
set coeffs for one type
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void ImproperHarmonic::coeff(int which, int narg, char **arg)
|
||||
void ImproperHarmonic::coeff(int narg, char **arg)
|
||||
{
|
||||
if (which > 0) return;
|
||||
if (narg != 3) error->all("Incorrect args for improper coefficients");
|
||||
if (!allocated) allocate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user