delete unused variables

This commit is contained in:
Axel Kohlmeyer
2024-01-30 19:23:40 -05:00
parent 103dc9ef66
commit 9d46408fa4

View File

@ -741,8 +741,6 @@ void FixDeform::apply_strain()
// for other styles, target is linear value between start and stop values // for other styles, target is linear value between start and stop values
if (triclinic) { if (triclinic) {
double *h = domain->h;
for (int i = 3; i < 6; i++) { for (int i = 3; i < 6; i++) {
if (set[i].style == NONE) { if (set[i].style == NONE) {
if (i == 5) set[i].tilt_target = domain->xy; if (i == 5) set[i].tilt_target = domain->xy;
@ -775,8 +773,6 @@ void FixDeform::apply_strain()
void FixDeform::apply_volume() void FixDeform::apply_volume()
{ {
double e1, e2;
for (int i = 0; i < 3; i++) { for (int i = 0; i < 3; i++) {
if (set[i].style != VOLUME) continue; if (set[i].style != VOLUME) continue;