From 360914e620fbb5ed858ddf7ded29cf6330f3c5c2 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 7 Jan 2004 21:45:50 +0000 Subject: [PATCH] Change the top typenames This commit was SVN r101. --- src/include/mpi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/mpi.h b/src/include/mpi.h index 383f69b0a0..7a4a4510c7 100644 --- a/src/include/mpi.h +++ b/src/include/mpi.h @@ -10,9 +10,9 @@ #define LAM_MPI 1 -typedef struct _lam_communicator *MPI_Comm; -typedef struct _lam_group *MPI_Group; -typedef struct _lam_datatype *MPI_Datatype; +typedef struct lam_communicator *MPI_Comm; +typedef struct lam_group *MPI_Group; +typedef struct lam_datatype *MPI_Datatype; extern MPI_Comm MPI_COMM_NULL; extern MPI_Comm MPI_COMM_WORLD;