remove unused variables

This commit is contained in:
Axel Kohlmeyer
2024-05-13 13:49:59 -04:00
parent d0f8d9eeb1
commit 4e7bddaa0b
3 changed files with 1 additions and 5 deletions

View File

@ -1505,7 +1505,7 @@ void CreateAtoms::get_xmol(double *center)
onemol->quat_external = quatone;
int n, natoms = onemol->natoms;
int natoms = onemol->natoms;
double xnew[3];
for (int m = 0; m < natoms; m++) {
MathExtra::matvec(rotmat, onemol->dx[m], xnew);