Remove unused variable

This commit is contained in:
Stan Moore
2025-01-28 16:35:16 -07:00
parent ec2b98448d
commit e728ca31d6

View File

@ -544,8 +544,8 @@ void PairHybridScaled::born_matrix(int i, int j, int itype, int jtype, double rs
delete[] vars;
}
double du, du2, scale;
dupair = du2pair = scale = 0.0;
double du, du2;
dupair = du2pair;
for (int m = 0; m < nmap[itype][jtype]; m++) {
auto pstyle = styles[map[itype][jtype][m]];