git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7279 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1828,3 +1828,12 @@ bigint Neighbor::memory_usage()
|
||||
|
||||
return bytes;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
return the value of exclude - used to check compatibility with GPU
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
int Neighbor::exclude_setting()
|
||||
{
|
||||
return exclude;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user