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

    r1112 r1460  
    4343            CArray<T_numtype, N_rank> getInheritedValue(void) const ; 
    4444            bool hasInheritedValue(void) const; 
    45              
    46             bool isEqual(const CAttributeArray& attr); 
     45                         
    4746            bool isEqual(const CAttribute& attr); 
    4847 
     
    6766 
    6867         private : 
     68          bool isEqual_(const CAttributeArray& attr); 
    6969          CArray<T_numtype, N_rank> inheritedValue ; 
    7070          StdString _toString(void) const; 
Note: See TracChangeset for help on using the changeset viewer.