Update Kokkos library in LAMMPS to v3.3.0

This commit is contained in:
Stan Gerald Moore
2020-12-22 08:52:37 -07:00
parent b36363e0fb
commit eea14c55a9
927 changed files with 18603 additions and 46876 deletions

View File

@ -58,7 +58,7 @@ struct LayoutSelective {
size_t offset_list[OFFSET_LIST_MAX_SIZE];
size_t list_size;
enum { is_extent_constructible = false };
enum : bool { is_extent_constructible = false };
KOKKOS_INLINE_FUNCTION
LayoutSelective() {