Ignore:
Timestamp:
07/18/17 11:50:10 (7 years ago)
Author:
mhnguyen
Message:

Correcting minor bug of reference key word

+) Comparison of two objects with *_ref keyword is checked correctly

Test
+) On Curie
+) Only simple case

File:
1 edited

Legend:

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

    r1158 r1219  
    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 
     
    7473            virtual void generateFortranInterfaceGetDeclaration_(ostream& oss,const string& className) ; 
    7574            virtual void generateFortranInterfaceGetBody_(ostream& oss,const string& className) ; 
    76             virtual void generateFortranInterfaceGetDeclaration(ostream& oss,const string& className) ; 
     75            virtual void generateFortranInterfaceGetDeclaration(ostream& oss,const string& className) ;       
    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.