Update from master

This commit is contained in:
Stan Gerald Moore
2022-10-12 09:49:55 -06:00
1195 changed files with 64839 additions and 38082 deletions

View File

@ -907,7 +907,11 @@ void ComputeChunkAtom::assign_chunk_ids()
// update region if necessary
if (regionflag) region->prematch();
if (regionflag) {
region = domain->get_region_by_id(idregion);
if (!region) error->all(FLERR, "Region {} for compute chunk/atom does not exist", idregion);
region->prematch();
}
// exclude = 1 if atom is not assigned to a chunk
// exclude atoms not in group or not in optional region