git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4433 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -53,6 +53,8 @@ class Force : protected Pointers {
|
||||
// index [0] is not used in these arrays
|
||||
double special_lj[4]; // 1-2, 1-3, 1-4 prefactors for LJ
|
||||
double special_coul[4]; // 1-2, 1-3, 1-4 prefactors for Coulombics
|
||||
int special_angle; // 0 if defined angles are ignored
|
||||
// 1 if only weight 1,3 atoms if in an angle
|
||||
int special_dihedral; // 0 if defined dihedrals are ignored
|
||||
// 1 if only weight 1,4 atoms if in a dihedral
|
||||
int special_extra; // extra space for added bonds
|
||||
|
||||
Reference in New Issue
Block a user