Ignore:
Timestamp:
12/13/17 16:06:32 (6 years ago)
Author:
ymipsl
Message:
  • Add more debugging information at info_level 100
  • Enforce synchronisation check for event on client side, using parameter "check_event_sync" at true

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/event_client.hpp

    r731 r1377  
    2121      std::list<int> getRanks(void); 
    2222      std::list<int> getSizes(void); 
    23  
     23      int getClassId(void) { return classId; } 
     24      int getTypeId(void) { return typeId; } 
     25       
    2426    private: 
    2527      int classId; 
Note: See TracChangeset for help on using the changeset viewer.