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 bytes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ----------------------------------------------------------------------
|
||||||
|
return the value of exclude - used to check compatibility with GPU
|
||||||
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
int Neighbor::exclude_setting()
|
||||||
|
{
|
||||||
|
return exclude;
|
||||||
|
}
|
||||||
|
|||||||
@ -75,8 +75,7 @@ class Neighbor : protected Pointers {
|
|||||||
void set(int, char **); // set neighbor style and skin distance
|
void set(int, char **); // set neighbor style and skin distance
|
||||||
void modify_params(int, char**); // modify parameters that control builds
|
void modify_params(int, char**); // modify parameters that control builds
|
||||||
bigint memory_usage();
|
bigint memory_usage();
|
||||||
|
int exclude_setting();
|
||||||
inline int exclude_setting() { return exclude; }
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
int me,nprocs;
|
int me,nprocs;
|
||||||
|
|||||||
Reference in New Issue
Block a user