From: rahuel Date: Tue, 22 Jan 2008 15:22:03 +0000 (+0000) Subject: Debug de signature de methode X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4ab83d023d4b369284b7038eed94c736abccb6db;p=tools%2Fmedcoupling.git Debug de signature de methode --- diff --git a/src/ParaMEDMEM/MPI_AccessDEC.hxx b/src/ParaMEDMEM/MPI_AccessDEC.hxx index ebf20dd1e..abb167a5d 100644 --- a/src/ParaMEDMEM/MPI_AccessDEC.hxx +++ b/src/ParaMEDMEM/MPI_AccessDEC.hxx @@ -35,7 +35,7 @@ namespace ParaMEDMEM { int Send( void* sendbuf, int sendcount , MPI_Datatype sendtype , int target ) ; int Recv( void* recvbuf, int recvcount , MPI_Datatype recvtype , int target ) ; int Recv( void* recvbuf, int recvcount , MPI_Datatype recvtype , int target , - int RecvRequestId , bool Asynchronous=false ) ; + int &RecvRequestId , bool Asynchronous=false ) ; int SendRecv( void* sendbuf, int sendcount , MPI_Datatype sendtype , void* recvbuf, int recvcount , MPI_Datatype recvtype , int target ) ; @@ -153,7 +153,7 @@ namespace ParaMEDMEM { } return sts ; } ; inline int MPI_AccessDEC::Recv( void* recvbuf, int recvcount , MPI_Datatype recvtype , - int target , int RecvRequestId , bool Asynchronous ) { + int target , int &RecvRequestId , bool Asynchronous ) { int sts ; if ( Asynchronous ) { sts = _MPIAccess->IRecv( recvbuf , recvcount , recvtype , target ,