Ignore:
Timestamp:
03/28/23 16:42:11 (15 months ago)
Author:
ymipsl
Message:

First guess in supression of attached mode replaced by online reader and write filters

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/dev/XIOS_ATTACHED/src/node/scalar.cpp

    r2461 r2482  
    123123    if (n.isEmpty()) n=1 ; 
    124124    if (mask.isEmpty()) mask=true ; 
     125     
     126    hasValue_ =  (value.isEmpty())  ? false :true ; 
     127    hasBounds_ = (bounds.isEmpty()) ? false :true ; 
     128    hasLabel_ =  (label.isEmpty())  ? false :true ; 
     129 
    125130 
    126131    initializeLocalElement() ; 
Note: See TracChangeset for help on using the changeset viewer.