Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasdreyer committed Sep 13, 2024
1 parent e08eba3 commit e008ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t8_forest/t8_forest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -4158,7 +4158,7 @@ t8_forest_new_uniform (t8_cmesh_t cmesh, t8_scheme_cxx_t *scheme, const int leve

/* Initialize the forest */
t8_forest_init (&forest);

/* repartition cmesh according to uniform refinement if needed */
if (cmesh->set_partition) {
t8_cmesh_t cmesh_uniform_partition;
Expand Down

0 comments on commit e008ec6

Please sign in to comment.