forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6238 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
bb62844a46
commit
db6ccaf6f3
|
@ -702,8 +702,8 @@ void ImproperClass2::angleangle(int eflag, int vflag)
|
|||
thetaCBD = acos(costhCBD);
|
||||
|
||||
dthABC = thetaABC - aa_theta0_1[type];
|
||||
dthCBD = thetaCBD - aa_theta0_2[type];
|
||||
dthABD = thetaABD - aa_theta0_3[type];
|
||||
dthABD = thetaABD - aa_theta0_2[type];
|
||||
dthCBD = thetaCBD - aa_theta0_3[type];
|
||||
|
||||
// energy
|
||||
|
||||
|
|
Loading…
Reference in New Issue