Ignore:
Timestamp:
03/21/22 15:27:07 (2 years ago)
Author:
ymipsl
Message:

Take into account detect_missing_value and renormalize attribute for interpolate class transformation.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/weight_transform_connector.cpp

    r2267 r2313  
    55 
    66  CWeightTransformConnector::CWeightTransformConnector(shared_ptr<CLocalView> srcView, shared_ptr<CLocalView> dstView, unordered_map<int, std::vector<int>>& indexMap,  
    7                                                    unordered_map<int, std::vector<double>>& weightMap) : srcView_(srcView), dstView_(dstView) 
     7                                                       unordered_map<int, std::vector<double>>& weightMap,  bool detectMissingValue, bool renormalize) :  
     8                                                       srcView_(srcView), dstView_(dstView), detectMissingValue_(detectMissingValue), renormalize_(renormalize) 
    89  { 
    910    computeConnector(indexMap, weightMap) ; 
Note: See TracChangeset for help on using the changeset viewer.