Skip to content

Commit

Permalink
Merge pull request #224 from pkestene/fix_example_balance_seeds
Browse files Browse the repository at this point in the history
fix balance seed example (3d).
  • Loading branch information
cburstedde authored Aug 11, 2023
2 parents 48fcec4 + 117f762 commit e77bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/balance_seeds/balance_seeds2.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static p4est_quadrant_t center = { 0x10000000, 0x10000000, 2, 0, 0, {NULL} };
#else
static const int refine_level = 8;
static p4est_quadrant_t center =
{ 0x20000, 0x20000, 0x20000, 2, 0, 0, {NULL} };
{ 0x10000000, 0x10000000, 0x10000000, 2, 0, 0, {NULL} };
#endif

static void
Expand Down

0 comments on commit e77bc90

Please sign in to comment.