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/group_template_decl.cpp

    r501 r619  
    66#  define macro(T) \ 
    77  template class CGroupTemplate<C##T, C##T##Group, C##T##Attributes> ; 
    8    
    9   macro(Context)  
    10   macro(Field)  
    11   macro(File)  
    12   macro(Domain)  
    13   macro(Grid)  
    14   macro(Axis)  
    15   macro(Variable)  
    16    
     8 
     9  macro(Context) 
     10  macro(Field) 
     11  macro(File) 
     12  macro(Domain) 
     13  macro(Grid) 
     14  macro(Axis) 
     15  macro(Variable) 
     16  macro(Transformation) 
     17 
    1718 
    1819} 
Note: See TracChangeset for help on using the changeset viewer.