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

    r2386 r2388  
    171171 
    172172    template <class T> 
    173     int CAttributeTemplate<T>::computeHash(void) 
     173    size_t CAttributeTemplate<T>::computeHash(void) 
    174174    { 
    175175      // Basic hash computation through string 
Note: See TracChangeset for help on using the changeset viewer.