Ignore:
Timestamp:
07/27/22 09:47:30 (2 years ago)
Author:
jderouillat
Message:

Manage hash values with size_t in hash tables of elements associated to output files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/attribute_map.hpp

    r2386 r2388  
    3737            void setAttributes(const CAttributeMap * const _parent, bool apply=true); 
    3838            void duplicateAttributes(const CAttributeMap* const _parent); 
    39             int computeGlobalAttributesHash(const vector<StdString>& excludedAttrs); 
     39            size_t computeGlobalAttributesHash(const vector<StdString>& excludedAttrs); 
    4040            void clearAllAttributes(void); 
    4141            StdString dumpXiosAttributes(void) const; 
Note: See TracChangeset for help on using the changeset viewer.