Skip to content

Commit

Permalink
mpif-h: fix a typo in MPI_Status_f2f08()
Browse files Browse the repository at this point in the history
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
  • Loading branch information
ggouaillardet committed Sep 14, 2020
1 parent 1b0dfcd commit fb8bfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ompi/mpi/fortran/mpif-h/status_f2f08_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ OMPI_GENERATE_F77_BINDINGS(MPI_STATUS_F2F08,
mpi_status_f2f08_,
mpi_status_f2f08__,
ompi_status_f2f08_f,
(const MPI_Fint *f_stttttatus, MPI_F08_status *f08_status *f08_status, MPI_Fint *ierr),
(const MPI_Fint *f_status, MPI_F08_status *f08_status, MPI_Fint *ierr),
(f_status, f08_status, ierr) )
#else
#define ompi_status_f2f08_f pompi_status_f2f08_f
Expand Down

0 comments on commit fb8bfcc

Please sign in to comment.