Ignore:
Timestamp:
07/27/22 09:47:30 (23 months 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.cpp

    r2386 r2388  
    273273        \param [in] excludedAttrs attribute to be excluded from hash computation 
    274274      */ 
    275       int CAttributeMap::computeGlobalAttributesHash(const vector<StdString>& excludedAttrs) 
    276       { 
    277          int attrs_hash( 0 ); 
     275      size_t CAttributeMap::computeGlobalAttributesHash(const vector<StdString>& excludedAttrs) 
     276      { 
     277         size_t attrs_hash( 0 ); 
    278278         typedef std::pair<StdString, CAttribute*> StdStrAttPair; 
    279279 
Note: See TracChangeset for help on using the changeset viewer.