Ignore:
Timestamp:
12/22/17 14:57:35 (6 years ago)
Author:
ymipsl
Message:

Fix regression on vertical interpolation with pressure level.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/transformation/generic_algorithm_transformation.hpp

    r1298 r1389  
    143143 
    144144  std::vector<int> procContainSrcElementIdx_;  // List of processes containing source index of transformed elements 
    145   std::set<int> procOfNonTransformedElements_; // Processes contain the source index of non-transformed elements 
     145//  std::set<int> procOfNonTransformedElements_; // Processes contain the source index of non-transformed elements 
     146  std::vector< set<int> > procElementList_ ; // List of processes containing source index of elements 
    146147 
    147148 
Note: See TracChangeset for help on using the changeset viewer.