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

This commit is contained in:
sjplimp
2014-09-05 15:31:41 +00:00
parent 2a24e947f5
commit ed06a4859e
2 changed files with 2 additions and 2 deletions

View File

@ -237,7 +237,7 @@ void FixAddForce::post_force(int vflag)
if (update->ntimestep % nevery) return;
if (lmp->kokkos->kokkos_exists)
if (lmp->kokkos)
atom->sync_modify(Host, (unsigned int) (F_MASK | MASK_MASK),
(unsigned int) F_MASK);