Ignore:
Timestamp:
11/24/17 15:13:47 (6 years ago)
Author:
oabramkina
Message:

In addition to r1294: all domain/axis attributes are only sent to secondary-server pools that need them (and not to all pools).

File:
1 edited

Legend:

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

    r1337 r1345  
    7171         
    7272         virtual void parse(xml::CXMLNode & node); 
     73 
     74         void setContextClient(CContextClient* contextClient); 
    7375 
    7476         /// Vérifications /// 
     
    199201 
    200202       private:          
     203 
     204/** Clients that have to send a domain. There can be multiple clients in case of secondary server, otherwise only one client. */ 
     205         std::set<CContextClient*> clients; 
     206 
    201207         bool doZoomByIndex_; 
    202208         bool isChecked, computedWrittenIndex_; 
Note: See TracChangeset for help on using the changeset viewer.