Ignore:
Timestamp:
01/22/19 16:43:32 (5 years ago)
Author:
yushan
Message:

revert erroneous commit on trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/event_scheduler.hpp

    r1638 r1639  
    2626        *  @param[in] comm : MPI communicator du duplicate for internal use 
    2727        */ 
    28        CEventScheduler(const ep_lib::MPI_Comm& comm) ; 
     28       CEventScheduler(const MPI_Comm& comm) ; 
    2929 
    3030 
     
    151151       { 
    152152         size_t buffer[3] ;      /*!< communication buffer : timeLine, hashId, level */ 
    153          ep_lib::MPI_Request request ;   /*!< pending MPI request */  
     153         MPI_Request request ;   /*!< pending MPI request */  
    154154       } ; 
    155155        
    156        ep_lib::MPI_Comm communicator ;  /*!< Internal MPI communicator */  
     156       MPI_Comm communicator ;  /*!< Internal MPI communicator */  
    157157       int mpiRank ;            /*!< Rank in the communicator */ 
    158158       int mpiSize ;            /*!< Size of the communicator */ 
Note: See TracChangeset for help on using the changeset viewer.