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/object_template.hpp

    r369 r445  
    5050 
    5151         /// Traitements /// 
    52          virtual void solveDescInheritance(const CAttributeMap * const parent = 0); 
     52         virtual void solveDescInheritance(bool apply, const CAttributeMap * const parent = 0); 
    5353 
    5454         /// Traitement statique /// 
Note: See TracChangeset for help on using the changeset viewer.