Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dutkalex committed Oct 30, 2024
1 parent 52a93da commit 903eeb7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ t8_default_scheme_pyramid_c::t8_element_MPI_Pack (t8_element_t **const elements,
t8_dtet_t *p = &pyramids[ielem]->pyramid;
t8_dtet_element_pack (&p, 1, send_buffer, buffer_size, position, comm);

SC_CHECK_MPI (sc_MPI_Pack (&pyramids[ielem]->switch_shape_at_level, 1, MPI_INT8_T, send_buffer, buffer_size,
position, comm));
SC_CHECK_MPI (
sc_MPI_Pack (&pyramids[ielem]->switch_shape_at_level, 1, MPI_INT8_T, send_buffer, buffer_size, position, comm));
}
}

Expand Down

0 comments on commit 903eeb7

Please sign in to comment.