Skip to content

Commit f89326f

Browse files
authored
Merge pull request open-mpi#4908 from jsquyres/pr/v3.1.x/man-page-typo-fix
Fix typo in MPI_Cart_shift doc
2 parents ea54d44 + 3b6b334 commit f89326f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/man/man3/MPI_Cart_shift.3in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Depending on the periodicity of the Cartesian group in the specified coordinate
8383
.nf
8484
\&....
8585
C find process rank
86-
CALL MPI_COMM_RANK(comm, rank, ierr))
86+
CALL MPI_COMM_RANK(comm, rank, ierr)
8787
C find Cartesian coordinates
8888
CALL MPI_CART_COORDS(comm, rank, maxdims, coords,
8989
ierr)

0 commit comments

Comments
 (0)