Ignore:
Timestamp:
01/03/21 18:00:43 (4 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/filter/transform_filter.hpp

    r1984 r1999  
    33 
    44#include "filter.hpp" 
    5 #include "generic_algorithm_transformation.hpp" 
     5#include "grid_algorithm.hpp" 
    66 
    77namespace xios 
     
    1515    public: 
    1616 
    17       CTransformFilter(CGarbageCollector& gc, CGenericAlgorithmTransformation* algo, int dimBefore, int dimAfter,  
    18                               bool detectMissingValues, double defaultValue) ; 
     17      CTransformFilter(CGarbageCollector& gc, CGridAlgorithm* algo, bool detectMissingValues, double defaultValue) ; 
    1918 
    2019    protected: 
     
    2726    private : 
    2827      
    29      CGenericAlgorithmTransformation* algorithm_ ; 
    30      int dimBefore_ ; 
    31      int dimAfter_ ; 
     28     CGridAlgorithm* algorithm_ ; 
    3229     bool detectMissingValues_ ; 
    3330     bool defaultValue_ ; 
Note: See TracChangeset for help on using the changeset viewer.