Ignore:
Timestamp:
01/03/21 18:00:43 (3 years ago)
Author:
ymipsl
Message:

Adapt transformation algorithm to new infrastructure (on going...)

YM

File:
1 edited

Legend:

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

    r1988 r1999  
    2222#include "transformation_path.hpp" 
    2323#include "filter.hpp" 
     24#include "grid_algorithm.hpp" 
    2425 
    2526 
     
    239240                                                                                  double defaultValue, CGrid*& newGrid) ; 
    240241      private: 
     242        CGridAlgorithm* gridAlgorithm_ = nullptr ; 
     243      public: 
     244        void setGridAlgorithm(CGridAlgorithm* gridAlgorithm) {gridAlgorithm_ = gridAlgorithm;} 
     245        CGridAlgorithm* getGridAlgorithm(void) { return gridAlgorithm_ ;} 
     246      private: 
    241247         bool isTransformed_, isGenerated_; 
    242248         CGridTransformation* transformations_; 
Note: See TracChangeset for help on using the changeset viewer.