Skip to content

Commit 0b0dcb9

Browse files
Update src/t8_forest/t8_forest_ghost.cxx
Co-authored-by: lenaploetzke <70579874+lenaploetzke@users.noreply.github.com>
1 parent ea9d9dd commit 0b0dcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/t8_forest/t8_forest_ghost.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ T8_EXTERN_C_BEGIN ();
4141
/**
4242
* The information for a remote process, what data we have to send to them.
4343
*/
44-
using t8_ghost_mpi_send_info_t = struct
44+
struct t8_ghost_mpi_send_info_t
4545
{
4646
int recv_rank; /**< The rank to which we send. */
4747
size_t num_bytes; /**< The number of bytes that we send. */

0 commit comments

Comments
 (0)