git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5465 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -32,8 +32,8 @@ class Atom : protected Pointers {
|
||||
int tag_enable; // 0/1 if atom ID tags are defined
|
||||
int molecular; // 0 = atomic, 1 = molecular system
|
||||
|
||||
bigint nbonds,nangles,ndihedrals,nimpropers;
|
||||
int ntypes,nbondtypes,nangletypes,ndihedraltypes,nimpropertypes;
|
||||
int nbonds,nangles,ndihedrals,nimpropers;
|
||||
int bond_per_atom,angle_per_atom,dihedral_per_atom,improper_per_atom;
|
||||
int extra_bond_per_atom;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user