Ignore:
Timestamp:
05/04/17 15:14:37 (7 years ago)
Author:
mhnguyen
Message:

Fixing bug of using *_ref on chaining transformations.

+) Correct isEqual function of attribute_template
+) Modify isEqual function of CAttributeMap to make sure that some attributes are
excluded from comparasion

Test
+) On Curie
+) toy_cmpi6 works.

File:
1 edited

Legend:

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

    r1112 r1117  
    1616{ 
    1717      /// ////////////////////// Déclarations ////////////////////// /// 
     18  /*! 
     19    \class CAttributeTemplate 
     20    The class implements attribute of some basic types 
     21  */ 
    1822      template <class T> 
    1923         class CAttributeTemplate : public CAttribute, public CType<T> 
     
    5458            bool hasInheritedValue(void) const; 
    5559 
    56             bool isEqual(const CAttributeTemplate& attr ); 
     60            bool isEqual_(const CAttributeTemplate& attr ); 
    5761            bool isEqual(const CAttribute& attr ); 
    58              
     62 
    5963            /// Destructeur /// 
    6064            virtual ~CAttributeTemplate(void) { } 
Note: See TracChangeset for help on using the changeset viewer.