Skip to content

Commit

Permalink
Merge pull request #16482 from peterrum/n_global_active_cells
Browse files Browse the repository at this point in the history
Initialize NumberCache::n_global_active_cells
  • Loading branch information
tjhei committed Jan 17, 2024
2 parents d4bc21d + b340ef5 commit 7d8aab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/distributed/tria_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ namespace parallel
DEAL_II_CXX20_REQUIRES((concepts::is_valid_dim_spacedim<dim, spacedim>))
TriangulationBase<dim, spacedim>::NumberCache::NumberCache()
: n_locally_owned_active_cells(0)
, n_global_active_cells(0)
, number_of_global_coarse_cells(0)
, n_global_levels(0)
{}
Expand Down

0 comments on commit 7d8aab4

Please sign in to comment.