Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dkrz-sw
yaxt
Commits
5aea4470
Commit
5aea4470
authored
May 25, 2021
by
Thomas Jahns
🤸
Browse files
NULL is a data pointer.
parent
840ba113
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/xt_exchanger_simple_base.c
View file @
5aea4470
...
...
@@ -131,7 +131,7 @@ xt_exchanger_simple_base_new(int nsend, int nrecv,
* lifetime of the created exchanger object
*/
if
(
s_func
==
NULL
)
if
(
s_func
==
0
)
Xt_abort
(
comm
,
"ERROR(xt_exchanger_simple_base_new): invalid synchronous "
"exchange function pointer"
,
__FILE__
,
__LINE__
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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