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

    r2386 r2388  
    127127 
    128128  template <class T> 
    129   int CAttributeEnum<T>::computeHash(void) 
     129  size_t CAttributeEnum<T>::computeHash(void) 
    130130  { 
    131131    // Basic hash computation through string 
Note: See TracChangeset for help on using the changeset viewer.