Ignore:
Timestamp:
05/29/24 19:23:08 (5 weeks ago)
Author:
ymipsl
Message:
  • Recheck grid/domain/axis/scalar after reading grid from file, otherwise some attributes are not taking into account.

YM

File:
1 edited

Legend:

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

    r2507 r2632  
    116116  } 
    117117 
    118   void CScalar::checkAttributes(void) 
    119   { 
    120     if (checkAttributes_done_) return ; 
     118  void CScalar::checkAttributes(bool recheck) 
     119  { 
     120    if (!recheck && checkAttributes_done_) return ; 
    121121    checkAttributes_done_ = true ;  
    122122     
     
    134134    addModelView() ; 
    135135  } 
    136  
     136  
    137137  /*! 
    138138    Compare two scalar objects.  
Note: See TracChangeset for help on using the changeset viewer.