Ignore:
Timestamp:
10/12/20 11:23:54 (4 years ago)
Author:
ymipsl
Message:

Bug fix when using grid masking. Grid local connector apply systematicalling grid masking need for data coming from model.
Add a flag to chose using masking or not.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_elements.hpp

    r1918 r1960  
    2828      std::vector<CLocalElement*>& getElements(void) { return elements_ ; } 
    2929      CGridLocalView* getView(CElementView::type type) ; 
    30       CGridLocalConnector* getConnector(CElementView::type srcType, CElementView::type dstType) ; 
     30      CGridLocalConnector* getConnector(CElementView::type srcType, CElementView::type dstType, bool withMask=false) ; 
    3131  } ; 
    3232} 
Note: See TracChangeset for help on using the changeset viewer.