git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8075 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-05-17 21:08:55 +00:00
parent 967a143e7e
commit a729b8d46f

View File

@ -566,7 +566,7 @@ int FixNH::setmask()
void FixNH::init()
{
// recheck that group_dilate has not been deleted
// recheck that dilate group has not been deleted
if (allremap == 0) {
int idilate = group->find(id_dilate);
@ -972,7 +972,7 @@ void FixNH::couple()
/* ----------------------------------------------------------------------
change box size
remap all atoms or fix group atoms depending on allremap flag
remap all atoms or dilate group atoms depending on allremap flag
if rigid bodies exist, scale rigid body centers-of-mass
------------------------------------------------------------------------- */