Ignore:
Timestamp:
06/22/15 13:36:12 (9 years ago)
Author:
mhnguyen
Message:

Implementing the first prototype of filter

+) Create new class filter
+) Implement class for specific algorithm
+) Implement inversing algorithm

Test
+) On Curie
+) Grid with one axis: passed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/type/type_util.hpp

    r549 r619  
    2020    class CVariable; 
    2121    class CVariableGroup; 
     22    class CTransformation; 
     23    class CTransformationGroup; 
    2224 
    2325  template <typename T> inline string getStrType(void); 
     
    5658  macro(CVariable) 
    5759  macro(CVariableGroup) 
     60  macro(CTransformation) 
     61  macro(CTransformationGroup) 
    5862 
    5963#undef macro 
Note: See TracChangeset for help on using the changeset viewer.