This commit is contained in:
Axel Kohlmeyer
2022-07-14 19:13:49 -04:00
committed by GitHub
parent df2e16cc23
commit 5b0313f758

View File

@ -334,7 +334,7 @@ int DumpVTK::count()
// un-choose if not in region
if(idregion != nullptr){
if (idregion) {
auto region = domain->get_region_by_id(idregion);
if (region) {
region->prematch();