]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Mise en commentaire de deux methodes inline inutilisées qui ne compilent pas
authorrahuel <rahuel@opencascade.com>
Mon, 28 Jan 2008 14:53:35 +0000 (14:53 +0000)
committerrahuel <rahuel@opencascade.com>
Mon, 28 Jan 2008 14:53:35 +0000 (14:53 +0000)
avec MPICH

src/ParaMEDMEM/MPI_AccessDEC.hxx

index abb167a5d501aeeb3472d82109fc820328cde6cc..30b4fd5b74c3c80503654d7272de80e1d84f28ef 100644 (file)
@@ -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 &);