git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11328 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1504,7 +1504,7 @@ void Input::special_bonds()
|
||||
|
||||
// if simulation box defined and saved values changed, redo special list
|
||||
|
||||
if (domain->box_exist && atom->molecular) {
|
||||
if (domain->box_exist && atom->molecular == 1) {
|
||||
if (lj2 != force->special_lj[2] || lj3 != force->special_lj[3] ||
|
||||
coul2 != force->special_coul[2] || coul3 != force->special_coul[3] ||
|
||||
angle != force->special_angle ||
|
||||
|
||||
Reference in New Issue
Block a user