forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15349 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
0f71c66b6f
commit
f9a4b697a4
|
@ -46,6 +46,11 @@ class NeighRequest : protected Pointers {
|
|||
int respaouter; // 1 if a rRESPA outer list
|
||||
int half_from_full; // 1 if half list computed from previous full list
|
||||
|
||||
// command_style only set if command = 1
|
||||
// allows print_pair_info() to access command name
|
||||
|
||||
const char *command_style;
|
||||
|
||||
// -----------------
|
||||
// optional settings
|
||||
// -----------------
|
||||
|
|
Loading…
Reference in New Issue