Removing extra x-lambda conversion

This commit is contained in:
jtclemm
2024-12-09 10:36:05 -07:00
committed by Axel Kohlmeyer
parent d65af29020
commit e8b9611bd6

View File

@ -1679,9 +1679,7 @@ void Domain::remap_all()
imageint *image = atom->image;
int nlocal = atom->nlocal;
if (triclinic) x2lamda(nlocal);
for (int i = 0; i < nlocal; i++) remap(x[i],image[i]);
if (triclinic) lamda2x(nlocal);
}
/* ----------------------------------------------------------------------