Ignore:
Timestamp:
10/24/17 11:03:29 (7 years ago)
Author:
ymipsl
Message:

Fix conflict between for domain mask_1d and mask_2d when inheritance is done after transformation. Now class attribute "domainMask" is fill either by mask_1d or mask_2d and will be used instead of mask_1d in code.
This is a temporary fix which will solve later by reconstructing a cleanear grid graph.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/node/domain.hpp

    r1291 r1311  
    142142         CArray<size_t,1> localIndexToWriteOnServer;          
    143143 
    144          CArray<bool, 1> localMask; 
     144         CArray<bool, 1> domainMask; // mask_1d, mask_2d -> domainMask 
     145         CArray<bool, 1> localMask; // domainMask + indexing 
    145146         bool isCurvilinear ; 
    146147         bool hasBounds ; 
Note: See TracChangeset for help on using the changeset viewer.