Ignore:
Timestamp:
09/25/20 16:09:35 (4 years ago)
Author:
ymipsl
Message:

Solve issues for grid mask on server side.

YM

File:
1 edited

Legend:

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

    r1940 r1943  
    178178         static void recvScalarDistribution(CEventServer& event) ; 
    179179         void receivedScalarDistribution(CEventServer& event, int phasis) ; 
     180         void setServerMask(CArray<bool,1>& serverMask, CContextClient* client) ; 
    180181         void sendDistributedAttributes(CContextClient* client, CScattererConnector& scattererConnector, const string& scalarId) ; 
    181182         static void recvDistributedAttributes(CEventServer& event) ; 
     
    193194       private: 
    194195         CGathererConnector*  gathererConnector_ ; 
     196       public: 
     197         CGathererConnector* getGathererConnector(void) { return gathererConnector_ ;} 
     198       private: 
    195199         CGathererConnector* serverFromClientConnector_ ; 
    196200         CDistributedElement* elementFrom_ ; 
Note: See TracChangeset for help on using the changeset viewer.