git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7184 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2011-10-24 20:28:02 +00:00
parent 11806a92a1
commit c6bbdcfbf2
71 changed files with 279 additions and 190 deletions

View File

@ -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);
}
/* ---------------------------------------------------------------------- */