Ignore:
Timestamp:
06/19/13 10:09:36 (11 years ago)
Author:
ymipsl
Message:

Add possibility to make inheritance of attributes and reference before closing the context definition.
New fortran fonction : xios_solve inheritance()
After this call, the value of attribute have the inherited value of their parent.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/file.hpp

    r382 r445  
    7373          
    7474         /// Traitements /// 
    75          virtual void solveDescInheritance(const CAttributeMap * const parent = 0); 
    76          void solveFieldRefInheritance(void); 
     75         virtual void solveDescInheritance(bool apply, const CAttributeMap * const parent = 0); 
     76         void solveFieldRefInheritance(bool apply); 
    7777         void solveEFGridRef(void); 
    7878         void solveEFOperation(void); 
Note: See TracChangeset for help on using the changeset viewer.