Ignore:
Timestamp:
11/15/18 09:32:29 (6 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/field.cpp

    r1577 r1594  
    17271727   } 
    17281728 
     1729   bool CField::hasGridMask(void) const 
     1730   { 
     1731     return (this->grid->hasMask()); 
     1732   } 
    17291733 
    17301734   DEFINE_REF_FUNC(Field,field) 
Note: See TracChangeset for help on using the changeset viewer.