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

This commit is contained in:
sjplimp
2013-07-26 14:54:31 +00:00
parent 6238b90144
commit 149d43f84c

View File

@ -220,6 +220,11 @@ void VerletSplit::init()
if (force->kspace_match("tip4p",0)) tip4p_flag = 1; if (force->kspace_match("tip4p",0)) tip4p_flag = 1;
else tip4p_flag = 0; else tip4p_flag = 0;
// currently TIP4P does not work with verlet/split, so generate error
// see Axel email on this, also other TIP4P notes below
if (tip4p_flag) error->all(FLERR,"Verlet/split does not yet support TIP4P");
Verlet::init(); Verlet::init();
} }