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

This commit is contained in:
sjplimp
2014-01-29 22:22:56 +00:00
parent 9fe494cc6a
commit 89a4708824
27 changed files with 208 additions and 598 deletions

View File

@ -174,9 +174,10 @@ void FixGPU::init()
if (_particle_split < 0)
if (force->pair_match("hybrid",1) != NULL ||
force->pair_match("hybrid/overlay",1) != NULL)
error->all(FLERR,"GPU 'split' must be positive for hybrid pair styles");
error->all(FLERR,"GPU split param must be positive "
"for hybrid pair styles");
// Make sure fdotr virial is not accumulated multiple times
// make sure fdotr virial is not accumulated multiple times
if (force->pair_match("hybrid",1) != NULL) {
PairHybrid *hybrid = (PairHybrid *) force->pair;