Make memory_kokkos its own class

This commit is contained in:
Stan Moore
2017-12-01 09:13:31 -07:00
parent 83ec9815fe
commit 15a3364c2c
87 changed files with 850 additions and 826 deletions

View File

@ -53,6 +53,7 @@ class LAMMPS {
class KokkosLMP *kokkos; // KOKKOS accelerator class
class AtomKokkos *atomKK; // KOKKOS version of Atom class
class MemoryKokkos *memoryKK; // KOKKOS version of Memory class
class Python * python; // Python interface