From 766d56dc0a4e16e18cfc23affc096cc49a01a338 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 12 Nov 2009 15:00:08 +0000 Subject: [PATCH] Minor typo fixes from Jed Brown. This commit was SVN r22217. --- ompi/mpi/man/man3/MPI_Type_create_hindexed.3in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/mpi/man/man3/MPI_Type_create_hindexed.3in b/ompi/mpi/man/man3/MPI_Type_create_hindexed.3in index cf5607abbd..71c7eb2fb6 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_hindexed.3in +++ b/ompi/mpi/man/man3/MPI_Type_create_hindexed.3in @@ -9,7 +9,7 @@ .SH C Syntax .nf #include -int MPI_Type_create_hindexed(int\fI count\fP, int \fIarray_of_blocklengths\fP, +int MPI_Type_create_hindexed(int\fI count\fP, int \fIarray_of_blocklengths\fP[], MPI_Aint \fIarray_of_displacements\fP[], MPI_Datatype \fIoldtype\fP, MPI_Datatype *\fInewtype\fP) @@ -25,7 +25,7 @@ MPI_TYPE_CREATE_HINDEXED(\fICOUNT\fP,\fI ARRAY_OF_BLOCKLENGTHS\fP, .nf #include MPI::Datatype MPI::Datatype::Create_hindexed(int \fIcount\fP, - const int \fIarray_of_blocklengths\fP, + const int \fIarray_of_blocklengths\fP[], const MPI::Aint \fIarray_of_displacements\fP[]) const .SH INPUT PARAMETERS