Ignore:
Timestamp:
04/17/20 18:55:28 (4 years ago)
Author:
ymipsl
Message:

Some update on XIOS_COUPLING branch...

YM

File:
1 edited

Legend:

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

    r1869 r1870  
    184184         void setTransformations(const TransMapTypes&);          
    185185         void computeNGlobDomain(); 
    186          void sendAttributes(); 
    187          void sendIndex(); 
    188          void sendDistributionAttributes(); 
    189          void sendArea(); 
    190          void sendLonLat();          
    191          void sendDataIndex(); 
     186          
     187       public: 
     188         void sendDomainToFileServer(CContextClient* client) ; 
     189       private: 
     190         std::set<CContextClient*> sendDomainToFileServer_done_ ; 
     191       private: 
     192          
     193         void sendAttributes(); // ym obsolete -> to be removed 
     194         void sendIndex(CContextClient* client); 
     195         void sendDistributionAttributes(CContextClient* client); 
     196         void sendArea(CContextClient* client); 
     197         void sendLonLat(CContextClient* client);          
     198         void sendDataIndex(CContextClient* client); 
    192199         void convertLonLatValue(); 
    193200         void fillInRectilinearLonLat(); 
Note: See TracChangeset for help on using the changeset viewer.