git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13334 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -185,6 +185,10 @@ void FixGroup::set_group()
|
|||||||
modify->addstep_compute(update->ntimestep + nevery);
|
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
|
// set mask for each atom
|
||||||
// only in group if in parent group, in region, variable is non-zero
|
// only in group if in parent group, in region, variable is non-zero
|
||||||
// if compute, fix, etc needs updated masks of ghost atoms,
|
// if compute, fix, etc needs updated masks of ghost atoms,
|
||||||
|
|||||||
Reference in New Issue
Block a user