From 00600c7cbb1ba72370cc5b4bce3669161360b4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 13 Mar 2018 15:13:36 +0100 Subject: [PATCH] Fix typo in MPI_Cart_shift doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: BenoƮt Legat --- ompi/mpi/man/man3/MPI_Cart_shift.3in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mpi/man/man3/MPI_Cart_shift.3in b/ompi/mpi/man/man3/MPI_Cart_shift.3in index 142e4b6a8cf..9b1de40a971 100644 --- a/ompi/mpi/man/man3/MPI_Cart_shift.3in +++ b/ompi/mpi/man/man3/MPI_Cart_shift.3in @@ -83,7 +83,7 @@ Depending on the periodicity of the Cartesian group in the specified coordinate .nf \&.... C find process rank - CALL MPI_COMM_RANK(comm, rank, ierr)) + CALL MPI_COMM_RANK(comm, rank, ierr) C find Cartesian coordinates CALL MPI_CART_COORDS(comm, rank, maxdims, coords, ierr)