From 67836f42c3ab19a867dfe5d209f79ae20b177989 Mon Sep 17 00:00:00 2001 From: David Daniel Date: Tue, 10 Feb 2004 14:34:49 +0000 Subject: [PATCH] Fixing lam_comm_init typo (induced by massive edit) This commit was SVN r679. --- src/mpi/communicator/communicator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mpi/communicator/communicator.h b/src/mpi/communicator/communicator.h index c777aeb583..4e2374f5e6 100644 --- a/src/mpi/communicator/communicator.h +++ b/src/mpi/communicator/communicator.h @@ -75,7 +75,7 @@ static inline lam_proc_t* lam_comm_lookup_peer(lam_communicator_t* comm, size_t #if defined(c_plusplus) || defined(__cplusplus) extern "C" { #endif - int lam_comm_construct(lam_communicator_t *comm); + int lam_comm_init(lam_communicator_t *comm); int lam_comm_link_function(void); #if defined(c_plusplus) || defined(__cplusplus) }