Ignore:
Timestamp:
01/20/20 17:55:12 (4 years ago)
Author:
ymipsl
Message:

Coupling branch : replace hasServer and hasClient combination by the name of correct service : CLIENT, GATHERER or OUT_SERVER.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.hpp

    r1847 r1853  
    160160         static bool dispatchEvent(CEventServer& event); 
    161161         static void recvIndex(CEventServer& event); 
    162          void recvIndex(vector<int> ranks, vector<CBufferIn*> buffers); 
     162         void recvIndex(vector<int> ranks, vector<CBufferIn*> buffers, CContextServer* server); 
    163163         void sendIndex(void); 
    164164         void sendIndexScalarGrid(); 
Note: See TracChangeset for help on using the changeset viewer.