fix out-of-bounds access bug reported in issue #4632

This commit is contained in:
Axel Kohlmeyer
2025-06-17 16:42:45 -04:00
parent ec2ef5b14c
commit 07c91f396e

View File

@ -980,7 +980,6 @@ void Pair::ev_setup(int eflag, int vflag, int alloc)
cvatom[i][6] = 0.0;
cvatom[i][7] = 0.0;
cvatom[i][8] = 0.0;
cvatom[i][9] = 0.0;
}
}