Skip to content

Commit

Permalink
fix uninitialized value warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbrandt committed May 16, 2024
1 parent 6baf638 commit db3e309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/p4est_wrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ p4est_wrap_adapt (p4est_wrap_t * pp)
pp->num_refine_flags);


checksum_entry = 0;
if ((have_zlib = p4est_have_zlib())) {
/* store p4est checksum on entry to compare with results after balancing */
global_num_entry = p4est->global_num_quadrants;
Expand Down

0 comments on commit db3e309

Please sign in to comment.