Ignore:
Timestamp:
06/01/23 10:58:08 (16 months ago)
Author:
ymipsl
Message:

Merging XIOS3_ATTACHED branch into XIOS3 trunk.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/node/scalar.cpp

    r2397 r2507  
    4747    m["reduce_domain"] = TRANS_REDUCE_DOMAIN_TO_SCALAR; 
    4848    m["reduce_scalar"] = TRANS_REDUCE_SCALAR_TO_SCALAR; 
     49    m["redistribute_scalar"] = TRANS_REDISTRIBUTE_SCALAR; 
    4950    return true; 
    5051  } 
     
    122123    if (n.isEmpty()) n=1 ; 
    123124    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 
    124130 
    125131    initializeLocalElement() ; 
Note: See TracChangeset for help on using the changeset viewer.