fix typo in angle_amoeba virial
This commit is contained in:
@ -421,7 +421,7 @@ void AngleAmoeba::tinker_anglep(int i1, int i2, int i3, int type, int eflag)
|
||||
f2[0] = -f2[0]; f2[1] = -f2[1]; f2[2] = -f2[2];
|
||||
f3[0] = -f3[0]; f3[1] = -f3[1]; f3[2] = -f3[2];
|
||||
f4[0] = -f4[0]; f4[1] = -f4[1]; f4[2] = -f4[2];
|
||||
ev_tally4(i1,i2,i3,14,nlocal,newton_bond,eangle,f1,f2,f3,f4);
|
||||
ev_tally4(i1,i2,i3,i4,nlocal,newton_bond,eangle,f1,f2,f3,f4);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user