split kspace style constructor into plain constructor and settings() method
This commit is contained in:
@ -1633,7 +1633,8 @@ void Input::kspace_modify()
|
||||
|
||||
void Input::kspace_style()
|
||||
{
|
||||
force->create_kspace(narg,arg,1);
|
||||
force->create_kspace(arg[0],1);
|
||||
if (force->kspace) force->kspace->settings(narg-1,&arg[1]);
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user