Ignore:
Timestamp:
03/22/18 10:43:20 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with XIOS_DEV_CMIP6@1459

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/attribute_enum.hpp

    r1328 r1460  
    4949            T_enum getInheritedValue(void)  const; 
    5050            string getInheritedStringValue(void) const; 
    51             bool hasInheritedValue(void) const;           
    52            
    53             bool isEqual(const CAttributeEnum& attr ); 
     51            bool hasInheritedValue(void) const;                     
     52             
    5453            bool isEqual(const CAttribute& attr ); 
    5554 
     
    7776 
    7877         private : 
     78          bool isEqual_(const CAttributeEnum& attr ); 
    7979          StdString _toString(void) const; 
    8080          void _fromString(const StdString & str); 
Note: See TracChangeset for help on using the changeset viewer.