git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3690 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -242,7 +242,7 @@ void Update::reset_timestep(int narg, char **arg)
|
||||
error->all("Cannot reset timestep with a time-dependent fix defined");
|
||||
|
||||
for (int i = 0; i < domain->nregion; i++)
|
||||
if (domain->regions[i]->dynamic)
|
||||
if (domain->regions[i]->dynamic_check())
|
||||
error->all("Cannot reset timestep with a dynamic region defined");
|
||||
|
||||
eflag_global = vflag_global = -1;
|
||||
|
||||
Reference in New Issue
Block a user