Ignore:
Timestamp:
05/29/24 19:26:04 (5 weeks ago)
Author:
ymipsl
Message:

Fix misfunction of "_reset_" for attributes when using field_ref.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/attribute.hpp

    r2629 r2633  
    7272 
    7373            bool canInherite(void) {return _canInherite ;} 
     74            bool setCannotInherit(void) {_canInherite=false ;} 
     75            bool setCanInherit(void) {_canInherite=true ;} 
    7476         protected :  
    7577            bool _canInherite ; 
Note: See TracChangeset for help on using the changeset viewer.