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

    r501 r619  
    77#include "file.hpp" 
    88#include "variable.hpp" 
    9  
     9#include "transformation.hpp" 
    1010 
    1111namespace xios 
     
    1414  { 
    1515    template void CXMLParser::ParseInclude<CContext>(StdIStream & stream, const string& fluxId, CContext& object) ; 
    16   
     16 
    1717 #   define macro(T) \ 
    1818    template void CXMLParser::ParseInclude< CGroupTemplate<C##T, C##T##Group, C##T##Attributes> >(StdIStream & stream, const string& fluxId, CGroupTemplate<C##T, C##T##Group, C##T##Attributes>& object) ; 
    19      
    20     macro( Context )  
    21     macro( Axis )  
    22     macro( Domain )  
    23     macro( Grid )  
    24     macro( Field )  
    25     macro( File )  
    26     macro( Variable )  
     19 
     20    macro( Context ) 
     21    macro( Axis ) 
     22    macro( Domain ) 
     23    macro( Grid ) 
     24    macro( Field ) 
     25    macro( File ) 
     26    macro( Variable ) 
     27    macro( Transformation ) 
    2728  } 
    2829} 
Note: See TracChangeset for help on using the changeset viewer.