git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15345 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2016-07-21 23:18:48 +00:00
parent 3ceaf974f8
commit efa508d905
1 changed files with 1 additions and 1 deletions

View File

@ -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