We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 069a035 + 7f5fba9 commit 43e4e55Copy full SHA for 43e4e55
ompi/mpi/c/comm_c2f.c.in
@@ -30,7 +30,7 @@
30
#include "ompi/mpi/fortran/base/fint_2_int.h"
31
#include "ompi/memchecker.h"
32
33
-PROTOTYPE ERROR_CLASS comm_c2f(COMM comm)
+PROTOTYPE FINT comm_c2f(COMM comm)
34
{
35
MEMCHECKER(
36
memchecker_comm(comm);
ompi/mpi/c/win_c2f.c.in
@@ -31,7 +31,7 @@
#include "ompi/errhandler/errhandler.h"
-PROTOTYPE ERROR_CLASS win_c2f(WIN win)
+PROTOTYPE FINT win_c2f(WIN win)
if ( MPI_PARAM_CHECK) {
37
OMPI_ERR_INIT_FINALIZE(FUNC_NAME);
0 commit comments