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/axis.hpp

    r1337 r1345  
    9494         virtual void parse(xml::CXMLNode & node); 
    9595 
     96         void setContextClient(CContextClient* contextClient); 
     97 
    9698         /// Accesseurs statiques /// 
    9799         static StdString GetName(void); 
     
    150152 
    151153      private: 
     154 
     155/** Clients that have to send a domain. There can be multiple clients in case of secondary server, otherwise only one client. */ 
     156         std::set<CContextClient*> clients; 
     157 
    152158         bool isChecked; 
    153159         bool areClientAttributesChecked_; 
Note: See TracChangeset for help on using the changeset viewer.