add kokkosable variable

This commit is contained in:
Megan J. McCarthy
2024-06-27 22:31:59 -06:00
parent a74500f416
commit 0de8192a9b
6 changed files with 6 additions and 6 deletions

View File

@ -48,7 +48,7 @@ Dihedral::Dihedral(LAMMPS *_lmp) : Pointers(_lmp)
datamask_read = ALL_MASK;
datamask_modify = ALL_MASK;
copymode = 0;
copymode = kokkosable = 0;
}
/* ---------------------------------------------------------------------- */