Fix issue in Kokkos neighor binning when using non-Kokkos lists on GPUs

This commit is contained in:
Stan Moore
2019-07-09 09:43:50 -06:00
parent c00f2adb42
commit 5013fd699f
4 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,8 @@ NBin::NBin(LAMMPS *lmp) : Pointers(lmp)
dimension = domain->dimension;
triclinic = domain->triclinic;
kokkos = 0;
}
/* ---------------------------------------------------------------------- */