]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Debug de signature de methode
authorrahuel <rahuel@opencascade.com>
Tue, 22 Jan 2008 15:22:03 +0000 (15:22 +0000)
committerrahuel <rahuel@opencascade.com>
Tue, 22 Jan 2008 15:22:03 +0000 (15:22 +0000)
src/ParaMEDMEM/MPI_AccessDEC.hxx

index ebf20dd1e722e5a84c3c88f71c926e1302889e8f..abb167a5d501aeeb3472d82109fc820328cde6cc 100644 (file)
@@ -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 ,