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

This commit is contained in:
sjplimp 2016-07-22 21:20:38 +00:00
parent 0f71c66b6f
commit f9a4b697a4
1 changed files with 5 additions and 0 deletions

View File

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