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

    r432 r445  
    2929 
    3030            void setAttributes(const xml::THashAttributes & attributes); 
    31             void setAttributes(const CAttributeMap * const _parent); 
     31            void setAttributes(const CAttributeMap * const _parent, bool apply=true); 
    3232 
    3333            void clearAllAttributes(void); 
Note: See TracChangeset for help on using the changeset viewer.