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

    r1158 r1219  
    5757            T getInheritedValue(void) const ; 
    5858            bool hasInheritedValue(void) const; 
    59  
    60             bool isEqual_(const CAttributeTemplate& attr ); 
     59             
    6160            bool isEqual(const CAttribute& attr ); 
    6261 
     
    9594//            CAttributeTemplate(void); // Not implemented. 
    9695         private : 
     96          bool isEqual_(const CAttributeTemplate& attr); 
    9797          StdString _toString(void) const; 
    9898          void _fromString(const StdString & str); 
Note: See TracChangeset for help on using the changeset viewer.