git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7184 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1022,7 +1022,8 @@ void Input::improper_style()
|
||||
|
||||
void Input::kspace_modify()
|
||||
{
|
||||
if (force->kspace == NULL) error->all(FLERR,"KSpace style has not yet been set");
|
||||
if (force->kspace == NULL)
|
||||
error->all(FLERR,"KSpace style has not yet been set");
|
||||
force->kspace->modify_params(narg,arg);
|
||||
}
|
||||
|
||||
@ -1030,7 +1031,7 @@ void Input::kspace_modify()
|
||||
|
||||
void Input::kspace_style()
|
||||
{
|
||||
force->create_kspace(narg,arg);
|
||||
force->create_kspace(narg,arg,lmp->suffix);
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user