Ignore:
Timestamp:
06/23/23 14:46:51 (12 months ago)
Author:
ymipsl
Message:

Adaptation to new hyper event scheduler.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/manager/services.hpp

    r2404 r2523  
    1919    const int NOTIFY_CREATE_CONTEXT=1 ; 
    2020 
    21     CService(MPI_Comm serviceComm, const std::string& poolId, const std::string& serviceId, const int& partitionId,  
    22              int type, int nbPartitions, shared_ptr<CEventScheduler> = nullptr) ; 
     21    CService(MPI_Comm serviceComm, shared_ptr<CEventScheduler>, const std::string& poolId, const std::string& serviceId, const int& partitionId,  
     22             int type, int nbPartitions) ; 
    2323    ~CService() ; 
    2424 
Note: See TracChangeset for help on using the changeset viewer.