Ignore:
Timestamp:
04/25/17 10:57:55 (7 years ago)
Author:
mhnguyen
Message:

Fixing bug of referencing to an object.

+) From now on, two objects of a same grid element (domain, axis, scalar) are equal if
they have the same non-empty attributes and the same transformations.
(This is very common case with inheritance by *_ref).

Test
+) On Curie
+) Ok with toy_cmip6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/axis.hpp

    r1050 r1106  
    117117         void duplicateTransformation(CAxis*); 
    118118         CTransformation<CAxis>* addTransformation(ETranformationType transType, const StdString& id=""); 
     119         bool isEqual(CAxis* axis); 
    119120 
    120121      public: 
     
    131132         void checkZoom(); 
    132133         void checkBounds(); 
    133          void checkLabel(); 
    134          void checkTransformations(); 
     134         void checkLabel();          
    135135         void sendValue(); 
    136136         void computeConnectedServer(const std::vector<int>& globalDim, int orderPositionInGrid, 
Note: See TracChangeset for help on using the changeset viewer.