Ignore:
Timestamp:
03/08/22 12:30:26 (3 years ago)
Author:
ymipsl
Message:

Fix bug when calling to "xios_solve_inheritance" that inhibit transformation chaining.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/declare_ref_func.hpp

    r2203 r2305  
    5050    refObjects.push_back(refer_ptr);                                   \ 
    5151    SuperClassAttribute::setAttributes(refer_ptr, apply);              \ 
    52     setInheritedId(refer_ptr) ;                                        \ 
     52    if (apply) setInheritedId(refer_ptr) ;                                        \ 
    5353  }                                                                    \ 
    5454}                                                                      \ 
Note: See TracChangeset for help on using the changeset viewer.