Skip to content
Snippets Groups Projects
Commit 28b96c46 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add missing const declaration.

parent 68312c2b
No related branches found
No related tags found
No related merge requests found
......@@ -947,8 +947,8 @@ remap_intersection(Xt_idxlist mypart_idxlist,
}
static struct Xt_pos_ext * exchange_transfer_pos_ext(
int n_out, struct exchange_ext *restrict out_msg,
int n_in, struct exchange_ext *restrict in_msg,
int n_out, const struct exchange_ext *restrict out_msg,
int n_in, const struct exchange_ext *restrict in_msg,
struct exchange_ext *restrict remote_out_msg,
int tag_offset, MPI_Comm comm) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment