Ignore:
Timestamp:
11/15/18 09:32:29 (5 years ago)
Author:
oabramkina
Message:

Bugfix on dev: NaNs? were not necessarily replaced upon writing by default_value in case of grid mask.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/grid.cpp

    r1589 r1594  
    338338     if (!(this->hasTransform() && (!this->isGenerated()))) 
    339339      this->isChecked = true; 
     340   } 
     341 
     342   bool CGrid::hasMask() const 
     343   { 
     344     return (!mask_1d.isEmpty() || !mask_2d.isEmpty() || !mask_3d.isEmpty() || 
     345             !mask_4d.isEmpty() || !mask_5d.isEmpty() || !mask_6d.isEmpty() || !mask_7d.isEmpty()); 
    340346   } 
    341347 
Note: See TracChangeset for help on using the changeset viewer.