git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12413 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user