silence compiler warnings

This commit is contained in:
Axel Kohlmeyer
2022-04-23 07:35:18 -04:00
parent 69249e84e1
commit 5da6fae9f6
5 changed files with 8 additions and 26 deletions

View File

@ -401,7 +401,6 @@ double PairHybridScaled::single(int i, int j, int itype, int jtype, double rsq,
double fone;
fforce = 0.0;
double esum = 0.0;
double scale;
for (int m = 0; m < nmap[itype][jtype]; m++) {
auto pstyle = styles[map[itype][jtype][m]];