Ignore:
Timestamp:
03/23/16 16:10:45 (8 years ago)
Author:
mhnguyen
Message:

Implementing dynamic interpolation on axis

+) Change grid transformation to make it more flexible
+) Make some small improvements

Test
+) On Curie
+) All test pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/spatial_transform_filter.hpp

    r644 r827  
    1111 
    1212  /*! 
    13    * A generic filter with one input slot wrapping any type of spatial transformations. 
     13   * A generic filter with multiple input slots wrapping any type of spatial transformations. 
    1414   */ 
    1515  class CSpatialTransformFilter : public CFilter 
     
    2121       * \param gc the associated garbage collector 
    2222       * \param engine the engine defining the spatial transformation 
     23       * \param [in] inputSlotsCount number of input, by default there is only one for field src 
    2324       */ 
    24       CSpatialTransformFilter(CGarbageCollector& gc, CSpatialTransformFilterEngine* engine); 
     25      CSpatialTransformFilter(CGarbageCollector& gc, CSpatialTransformFilterEngine* engine, size_t inputSlotsCount = 1); 
    2526 
    2627      /*! 
Note: See TracChangeset for help on using the changeset viewer.