Skip to content

Commit d5791b2

Browse files
authored
Merge pull request #8043 from ggouaillardet/topic/status_f2f08
mpif-h: fix a typo in MPI_Status_f2f08()
2 parents 1b0dfcd + fb8bfcc commit d5791b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/fortran/mpif-h/status_f2f08_f.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ OMPI_GENERATE_F77_BINDINGS(MPI_STATUS_F2F08,
4848
mpi_status_f2f08_,
4949
mpi_status_f2f08__,
5050
ompi_status_f2f08_f,
51-
(const MPI_Fint *f_stttttatus, MPI_F08_status *f08_status *f08_status, MPI_Fint *ierr),
51+
(const MPI_Fint *f_status, MPI_F08_status *f08_status, MPI_Fint *ierr),
5252
(f_status, f08_status, ierr) )
5353
#else
5454
#define ompi_status_f2f08_f pompi_status_f2f08_f

0 commit comments

Comments
 (0)