Ignore:
Timestamp:
05/12/20 11:52:13 (4 years ago)
Author:
ymipsl
Message:

XIOS coupling branch
Some updates.

First coupling test is beginning to work...

YM

File:
1 edited

Legend:

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

    r1784 r1875  
    9696        void buildFilterGraphOfEnabledFields(CGarbageCollector& gc); 
    9797        void checkGridOfEnabledFields(void) ; 
    98  
    99       private : 
     98        void assignContext(void) ; 
     99      private: 
     100        // the contextClient associated to the context Id attribute 
     101        CContextClient* client_=nullptr ; 
     102      public:  
     103        CContextClient* getContextClient(void) {return client_; } 
     104       
     105      private: 
     106        string couplingContextId_ ; 
     107      public: 
     108        const string& getCouplingContextId(void) ;   
     109      private: 
    100110         CFieldGroup* virtualFieldGroup; 
    101111 
     
    118128} // namespace xios 
    119129 
    120 #endif // __XIOS_CCouplingIn__ 
     130#endif // __XIOS_CCouplingIn__2 
Note: See TracChangeset for help on using the changeset viewer.