Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dkrz-sw
yaxt
Commits
590212d9
Commit
590212d9
authored
May 21, 2021
by
Thomas Jahns
🤸
Browse files
Add missing const specifiers.
parent
436442ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/yaxt_f2c.c
View file @
590212d9
...
...
@@ -492,7 +492,7 @@ PPM_DSO_INTERNAL void *
xt_redist_single_array_base_custom_new_c2f
(
int
nsend
,
int
nrecv
,
const
struct
xt_redist_msg_f
*
send_msgs_f
,
const
struct
xt_redist_msg_f
*
recv_msgs_f
,
MPI_Fint
comm_f
,
struct
xt_config_f
*
config
);
const
struct
xt_config_f
*
config
);
PPM_DSO_INTERNAL
void
*
xt_redist_single_array_base_new_c2f
(
int
nsend
,
int
nrecv
,
...
...
@@ -509,7 +509,7 @@ PPM_DSO_INTERNAL void *
xt_redist_single_array_base_custom_new_c2f
(
int
nsend
,
int
nrecv
,
const
struct
xt_redist_msg_f
*
send_msgs_f
,
const
struct
xt_redist_msg_f
*
recv_msgs_f
,
MPI_Fint
comm_f
,
struct
xt_config_f
*
config
)
const
struct
xt_config_f
*
config
)
{
assert
(
nsend
>=
0
&&
nrecv
>=
0
);
MPI_Comm
comm_c
=
MPI_Comm_f2c
(
comm_f
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment