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

    r1934 r1943  
    258258         static void recvAxisDistribution(CEventServer& event) ; 
    259259         void receivedAxisDistribution(CEventServer& event, int phasis) ; 
    260  
     260         void setServerMask(CArray<bool,1>& serverMask, CContextClient* client ) ; 
    261261         void sendDistributedAttributes(CContextClient* client, CScattererConnector& scattererConnector, const string& axisId) ; 
    262262         static void recvDistributedAttributes(CEventServer& event) ; 
     
    272272       private: 
    273273         CGathererConnector*  gathererConnector_ ; 
     274       public: 
     275         CGathererConnector* getGathererConnector(void) { return gathererConnector_ ;} 
     276       private: 
    274277         CGathererConnector* serverFromClientConnector_ ; 
    275278         CDistributedElement* elementFrom_ ; 
Note: See TracChangeset for help on using the changeset viewer.