Adding set method in pair for Kokkos

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14825 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
stamoor 2016-04-14 17:51:39 +00:00
parent ef7e119c86
commit 3e4ce842ff
1 changed files with 2 additions and 0 deletions

View File

@ -178,6 +178,8 @@ class Pair : protected Pointers {
virtual void unpack_reverse_comm(int, int *, double *) {}
virtual double memory_usage();
void set_copymode(int value) { copymode = value; }
// specific child-class methods for certain Pair styles
virtual void *extract(const char *, int &) {return NULL;}