Ignore:
Timestamp:
06/03/13 11:21:19 (11 years ago)
Author:
ymipsl
Message:

Enhancement : Add fortran interface to know if an attribute is set or not
ex : CALL xios_is_defined_field_attr("field_A",enabled=ok)

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/attribute_template_impl.hpp

    r369 r432  
    214214      { 
    215215        CInterface::AttributeCInterface<T>(oss, className, this->getName()) ; 
     216//        CInterface::AttributeIsDefinedCInterface(oss, className, this->getName()) ; 
    216217      } 
    217218       
     
    220221      { 
    221222        CInterface::AttributeFortran2003Interface<T>(oss, className, this->getName()) ; 
     223//        CInterface::AttributeIsDefinedFortran2003Interface(oss, className, this->getName()) ; 
    222224      } 
    223225       
     
    246248      } 
    247249  
     250  
    248251      template <typename T> 
    249252      void CAttributeTemplate<T>::generateFortranInterfaceGetBody_(ostream& oss,const string& className) 
     
    257260        CInterface::AttributeFortranInterfaceGetDeclaration<T>(oss, className, this->getName()) ; 
    258261      } 
     262 
    259263  
    260264/*       
Note: See TracChangeset for help on using the changeset viewer.