1
1

Remove brackets for ndims for c++ doc of Cart_create

Signed-off-by: Benoît Legat <benoit.legat@gmail.com>
Этот коммит содержится в:
Benoît Legat 2018-05-01 12:00:55 +02:00
родитель 591b174434
Коммит 709c4f6646

Просмотреть файл

@ -41,7 +41,7 @@ MPI_Cart_create(\fIcomm_old\fP, \fIndims\fP, \fIdims\fP, \fIperiods\fP, \fIreord
.SH C++ Syntax
.nf
#include <mpi.h>
Cartcomm Intracomm.Create_cart(int[] \fIndims\fP, int[] \fIdims\fP[],
Cartcomm Intracomm.Create_cart(int \fIndims\fP, int[] \fIdims\fP[],
const bool \fIperiods\fP[], bool \fIreorder\fP) const
.fi