forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2072 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
e8ffb10c47
commit
3db6159465
|
@ -38,7 +38,7 @@ class PairAIREBO : public Pair {
|
|||
int pgsize; // size of neighbor page
|
||||
int oneatom; // max # of neighbors for one atom
|
||||
int npage; // current page in page list
|
||||
int *map;
|
||||
int *map; // 0 (C), 1 (H), or -1 (NULL) for each type
|
||||
double cutlj; // user-specified LJ cutoff
|
||||
double cutljrebosq; // cut for when to compute
|
||||
// REBO neighs of ghost atoms
|
||||
|
|
Loading…
Reference in New Issue