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/policy.hpp

    r1638 r1639  
    3131{ 
    3232protected: 
    33   DivideAdaptiveComm(const ep_lib::MPI_Comm& mpiComm); 
     33  DivideAdaptiveComm(const MPI_Comm& mpiComm); 
    3434 
    3535  void computeMPICommLevel(); 
     
    4141 
    4242protected: 
    43   const ep_lib::MPI_Comm& internalComm_; 
     43  const MPI_Comm& internalComm_; 
    4444  std::vector<std::vector<int> > groupParentsBegin_; 
    4545  std::vector<std::vector<int> > nbInGroupParents_; 
Note: See TracChangeset for help on using the changeset viewer.