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

    r432 r445  
    6666            virtual void generateFortranInterfaceIsDefinedBody_(ostream& oss,const string& className) ; 
    6767 
    68  
     68            virtual void setInheritedValue(const CAttribute& ) = 0 ; 
     69            virtual bool hasInheritedValue(void) const = 0; 
    6970             
    7071         protected : 
Note: See TracChangeset for help on using the changeset viewer.