Correcting simple variable type mistake

This commit is contained in:
jtclemm
2025-06-24 12:08:54 -06:00
parent 7e3d6026d4
commit 08d81a5ac2

View File

@ -398,7 +398,7 @@ void FixRHEO::initial_integrate(int /*vflag*/)
// Shifting atoms
if (shift_flag) {
double vshift = compute_vshift->vshift;
double **vshift = compute_vshift->vshift;
for (i = 0; i < nlocal; i++) {
if (status[i] & STATUS_NO_SHIFT) continue;
if (status[i] & PHASECHECK) continue;