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
Thomas Jahns
PPM
Commits
c6d1bf00
Commit
c6d1bf00
authored
Mar 02, 2021
by
Thomas Jahns
🤸
Browse files
Fix API declarations.
parent
e205a8ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/core/errhandler.c
View file @
c6d1bf00
...
...
@@ -47,6 +47,7 @@
#include "cfortran.h"
#include "core/core.h"
#include "core/errhandler.h"
void
PPM_set_mpi_abort_handler
(
MPI_Comm
comm
)
...
...
@@ -81,6 +82,7 @@ FCALLSCSUB1(PPM_set_mpi_abort_handler_f, PPM_SET_MPI_ABORT_HANDLER,
/*
* Local Variables:
* license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
* license-markup: "doxygen"
* license-default: "bsd"
* End:
*/
src/core/errhandler.h
View file @
c6d1bf00
...
...
@@ -42,11 +42,12 @@
#include <mpi.h>
void
scales_ppm
_set_mpi_abort_handler
(
MPI_Comm
*
comm
);
PPM
_set_mpi_abort_handler
(
MPI_Comm
comm
);
/*
* Local Variables:
* license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
* license-markup: "doxygen"
* license-default: "bsd"
* End:
*/
...
...
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