Ignore:
Timestamp:
12/06/20 22:14:56 (3 years ago)
Author:
ymipsl
Message:

intermediate commit for new tranformation engine?
YM

File:
1 edited

Legend:

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

    r1973 r1984  
    227227 
    228228        bool hasGridMask(void) const; 
    229         CGrid* getGrid(void) { return grid_; }  
    230  
     229         
    231230        void connectToFileServer(CGarbageCollector& gc) ; 
    232231        void connectToCouplerOut(CGarbageCollector& gc) ; 
     
    268267 
    269268         CGrid*  grid_=nullptr; 
     269         CGrid* getGrid(void) { return grid_; }  
     270       
     271      private: 
     272         CGrid* sentGrid_=nullptr ; 
     273      public: 
     274         CGrid* getSentGrid(void) { return sentGrid_; }     
     275 
     276      public: 
    270277//         CFile*  file; 
    271278          
Note: See TracChangeset for help on using the changeset viewer.