more specific style matching for kspace
This commit is contained in:
@ -223,7 +223,7 @@ void VerletSplit::init()
|
||||
if (!force->kspace && comm->me == 0)
|
||||
error->warning(FLERR,"No Kspace calculation with verlet/split");
|
||||
|
||||
if (force->kspace_match("tip4p",0)) tip4p_flag = 1;
|
||||
if (force->kspace_match("/tip4p",0)) tip4p_flag = 1;
|
||||
else tip4p_flag = 0;
|
||||
|
||||
// currently TIP4P does not work with verlet/split, so generate error
|
||||
|
||||
Reference in New Issue
Block a user