forked from lijiext/lammps
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:
parent
ef7e119c86
commit
3e4ce842ff
|
@ -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;}
|
||||
|
|
Loading…
Reference in New Issue