mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13334 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
dc0df9e963
commit
cd130bc9ee
|
@ -185,6 +185,10 @@ void FixGroup::set_group()
|
|||
modify->addstep_compute(update->ntimestep + nevery);
|
||||
}
|
||||
|
||||
// update region in case it has a variable dependence or is dynamic
|
||||
|
||||
if (regionflag) region->prematch();
|
||||
|
||||
// set mask for each atom
|
||||
// only in group if in parent group, in region, variable is non-zero
|
||||
// if compute, fix, etc needs updated masks of ghost atoms,
|
||||
|
|
Loading…
Reference in New Issue