Ignore:
Timestamp:
01/25/17 16:25:17 (7 years ago)
Author:
yushan
Message:

initialize the branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/filter/spatial_transform_filter.hpp

    r1018 r1037  
    3232       * \param srcGrid the source grid 
    3333       * \param destGrid the destination grid 
    34        * \param hasMissingValue whether field source has missing value 
    35        * \param defaultValue default value 
    3634       * \return the first and the last filters of the filter graph 
    3735       */ 
    3836      static std::pair<boost::shared_ptr<CSpatialTransformFilter>, boost::shared_ptr<CSpatialTransformFilter> > 
    39       buildFilterGraph(CGarbageCollector& gc, CGrid* srcGrid, CGrid* destGrid, bool hasMissingValue, double defaultValue); 
     37      buildFilterGraph(CGarbageCollector& gc, CGrid* srcGrid, CGrid* destGrid, double defaultValue); 
    4038 
    4139    protected: 
Note: See TracChangeset for help on using the changeset viewer.