From: rahuel Date: Mon, 28 Jan 2008 14:53:35 +0000 (+0000) Subject: Mise en commentaire de deux methodes inline inutilisées qui ne compilent pas X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2be34f3e9b0abc93d85f60f2a5fd93a7a1207b84;p=tools%2Fmedcoupling.git Mise en commentaire de deux methodes inline inutilisées qui ne compilent pas avec MPICH --- diff --git a/src/ParaMEDMEM/MPI_AccessDEC.hxx b/src/ParaMEDMEM/MPI_AccessDEC.hxx index abb167a5d..30b4fd5b7 100644 --- a/src/ParaMEDMEM/MPI_AccessDEC.hxx +++ b/src/ParaMEDMEM/MPI_AccessDEC.hxx @@ -59,10 +59,10 @@ namespace ParaMEDMEM { int CheckFinalRecv() ; protected: - int Send( void* sendbuf, int sendcount , int sendoffset , MPI_Datatype sendtype , - int target ) ; - int Recv( void* recvbuf, int recvcount , int recvoffset , MPI_Datatype recvtype , - int target ) ; +// int Send( void* sendbuf, int sendcount , int sendoffset , MPI_Datatype sendtype , +// int target ) ; +// int Recv( void* recvbuf, int recvcount , int recvoffset , MPI_Datatype recvtype , +// int target ) ; int Send( void* sendbuf, int sendcount , int sendoffset , MPI_Datatype sendtype , int target, int &SendRequestId ) ; @@ -184,16 +184,16 @@ namespace ParaMEDMEM { } return sts ; } ; - inline int MPI_AccessDEC::Send( void* sendbuf, int sendcount , int sendoffset , - MPI_Datatype sendtype , int target ) { - int SendRequestId ; - return Send( sendbuf , sendcount , sendoffset , sendtype , target , - SendRequestId ) ; } ; - inline int MPI_AccessDEC::Recv( void* recvbuf, int recvcount , int recvoffset , - MPI_Datatype recvtype , int target ) { - int RecvRequestId ; - return Recv( recvbuf , recvcount , recvoffset , recvtype , target , - RecvRequestId ) ; } ; +// inline int MPI_AccessDEC::Send( void* sendbuf, int sendcount , int sendoffset , +// MPI_Datatype sendtype , int target ) { +// int SendRequestId ; +// return Send( sendbuf , sendcount , sendoffset , sendtype , target , +// SendRequestId ) ; } ; +// inline int MPI_AccessDEC::Recv( void* recvbuf, int recvcount , int recvoffset , +// MPI_Datatype recvtype , int target ) { +// int RecvRequestId ; +// return Recv( recvbuf , recvcount , recvoffset , recvtype , target , +// RecvRequestId ) ; } ; ostream & operator<< (ostream &,const TimeInterpolationMethod &);