git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3924 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -191,9 +191,9 @@ void FixNPTSphere::initial_integrate(int vflag)
|
||||
}
|
||||
}
|
||||
|
||||
// remap simulation box and all owned atoms by 1/2 step
|
||||
// remap simulation box by 1/2 step
|
||||
|
||||
remap(0);
|
||||
remap();
|
||||
|
||||
// update x by full step for atoms in group
|
||||
|
||||
@ -259,10 +259,10 @@ void FixNPTSphere::initial_integrate(int vflag)
|
||||
}
|
||||
}
|
||||
|
||||
// remap simulation box and all owned atoms by 1/2 step
|
||||
// remap simulation box by 1/2 step
|
||||
// redo KSpace coeffs since volume has changed
|
||||
|
||||
remap(0);
|
||||
remap();
|
||||
if (kspace_flag) force->kspace->setup();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user