Minor typo fixes from Jed Brown.
This commit was SVN r22217.
Этот коммит содержится в:
родитель
aea1ab3bd6
Коммит
766d56dc0a
@ -9,7 +9,7 @@
|
||||
.SH C Syntax
|
||||
.nf
|
||||
#include <mpi.h>
|
||||
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.h>
|
||||
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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user