forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15345 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
3ceaf974f8
commit
efa508d905
|
@ -180,7 +180,7 @@ class Pair : protected Pointers {
|
|||
virtual void unpack_reverse_comm(int, int *, double *) {}
|
||||
virtual double memory_usage();
|
||||
|
||||
void set_copymode(int value) { copymode = value; }
|
||||
void set_copymode(int value) {copymode = value;}
|
||||
|
||||
// specific child-class methods for certain Pair styles
|
||||
|
||||
|
|
Loading…
Reference in New Issue