From ccca0451f7a335cf8abc21cdf9f166885a907527 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Thu, 17 Jun 2004 22:15:34 +0000 Subject: [PATCH] Update the file to declare the MPI_INTEGER1 and MPI_REAL2 This commit was SVN r1400. --- include/mpif.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mpif.h.in b/include/mpif.h.in index c3c447241f..c5eb9647e3 100644 --- a/include/mpif.h.in +++ b/include/mpif.h.in @@ -222,8 +222,8 @@ parameter (MPI_ERRORS_ARE_FATAL=0) parameter (MPI_ERRORS_RETURN=1) - integer MPI_INTEGER, MPI_INTEGER2, MPI_INTEGER4 - integer MPI_INTEGER8, MPI_REAL, MPI_REAL4, MPI_REAL8 + integer MPI_INTEGER, MPI_INTEGER1, MPI_INTEGER2, MPI_INTEGER4 + integer MPI_INTEGER8, MPI_REAL, MPI_REAL2, MPI_REAL4, MPI_REAL8 integer MPI_REAL16, MPI_DOUBLE_PRECISION integer MPI_COMPLEX, MPI_LOGICAL, MPI_CHARACTER integer MPI_BYTE, MPI_PACKED, MPI_UB, MPI_LB, MPI_2REAL